Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Overrides Sub Write ( _
s As String _
)
public override void Write(
string s
)
public:
virtual void Write(
String^ s
) override
abstract Write :
s:string -> unit
override Write :
s:string -> unit
public override function Write(
s : String
)
Parameters
- s
Type: System.String
The string 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.