Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal name As String, _ ByVal type As String, _ ByVal assembly As String, _ ByVal designerAssembly As String, _ ByVal designerType As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim name As String Dim type As String Dim assembly As String Dim designerAssembly As String Dim designerType As String Dim instance As New ViewElement(name, type, assembly, designerAssembly, designerType) |
C# | |
---|---|
public ViewElement( string name, string type, string assembly, string designerAssembly, string designerType ) |
C++/CLI | |
---|---|
public: ViewElement( String^ name, String^ type, String^ assembly, String^ designerAssembly, String^ designerType ) |
Parameters
- name
- type
- assembly
- designerAssembly
- designerType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2