Gets a placeholder by character.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Gets a placeholder by character.")>
Public Function GetByCharacter( _
ByVal placeHolder As System.Char _
) As PlaceHolder |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Gets a placeholder by character.")]
public PlaceHolder GetByCharacter(
System.char placeHolder
) |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Gets a placeholder by character.")
public function GetByCharacter(
placeHolder : System.char
) : PlaceHolder; |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Gets a placeholder by character.")]
public: PlaceHolder* GetByCharacter(
System.char placeHolder
) |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Gets a placeholder by character.")]
public:
PlaceHolder^ GetByCharacter(
System.char placeHolder
) |
Parameters
- placeHolder
- A char to be found.
Return Value
The found
PlaceHolder
object.
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