Kommentar
Å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.
Writes a message to a dialog.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overrides Sub Write ( _
message As String _
)
public override void Write(
string message
)
public:
virtual void Write(
String^ message
) override
abstract Write :
message:string -> unit
override Write :
message:string -> unit
public override function Write(
message : String
)
Parameters
message
Type: System.StringThe message to write to the dialog.
.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.