DocDataTextWriter.Write Method (Char)
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
‘선언
Public Overrides Sub Write ( _
ch As Char _
)
public override void Write(
char ch
)
Parameters
- ch
Type: System.Char
The 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.