Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Appends a char to the underlying StringBuilder.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Overrides Sub Write ( _
ch As Char _
)
public override void Write(
char ch
)
public:
virtual void Write(
wchar_t ch
) override
abstract Write :
ch:char -> unit
override Write :
ch:char -> unit
public override function Write(
ch : char
)
Parameters
ch
Type: System.CharThe char that is appended to the underlying StringBuilder.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.