PropertyWizardElement Constructor(String,String,String)
See Also 
SourceCode.Configuration Namespace > PropertyWizardElement Class > PropertyWizardElement Constructor : PropertyWizardElement Constructor(String,String,String)



name
type
assembly

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal name As String, _
   ByVal type As String, _
   ByVal assembly As String _
)
Visual Basic (Usage) Copy Code
Dim name As String
Dim type As String
Dim assembly As String
 
Dim instance As New PropertyWizardElement(name, type, assembly)
C#  
public PropertyWizardElement( 
   string name,
   string type,
   string assembly
)
C++/CLI  
public:
PropertyWizardElement( 
   String^ name,
   String^ type,
   String^ assembly
)

Parameters

name
type
assembly

Requirements

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

See Also