Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal lookupChars As LookUpCharCollection, _ ByVal placeHolder As System.Char _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim lookupChars As LookUpCharCollection Dim placeHolder As System.Char Dim instance As New CustomPlaceHolder(lookupChars, placeHolder) |
C# | |
---|---|
public CustomPlaceHolder( LookUpCharCollection lookupChars, System.char placeHolder ) |
Delphi | |
---|---|
public CustomPlaceHolder( lookupChars: LookUpCharCollection; placeHolder: System.Char ); |
JScript | |
---|---|
public function CustomPlaceHolder( lookupChars : LookUpCharCollection, placeHolder : System.char ); |
Managed Extensions for C++ | |
---|---|
public: CustomPlaceHolder( LookUpCharCollection* lookupChars, System.char placeHolder ) |
C++/CLI | |
---|---|
public: CustomPlaceHolder( LookUpCharCollection^ lookupChars, System.char placeHolder ) |
Parameters
- lookupChars
- placeHolder
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