DocDataTextWriter.Write Method (String)

Appends a string 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 ( _
    s As String _
)
public override void Write(
    string s
)

Parameters

.NET Framework Security

See Also

Reference

DocDataTextWriter Class

Write Overload

Microsoft.VisualStudio.Shell.Design.Serialization Namespace