OutputWindow.WriteOnOutputWindowThreadSafe Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared Sub WriteOnOutputWindowThreadSafe ( _
pane As Guid, _
text As String _
)
public static void WriteOnOutputWindowThreadSafe(
Guid pane,
string text
)
public:
static void WriteOnOutputWindowThreadSafe(
Guid pane,
String^ text
)
static member WriteOnOutputWindowThreadSafe :
pane:Guid *
text:string -> unit
public static function WriteOnOutputWindowThreadSafe(
pane : Guid,
text : String
)
Parameters
- pane
Type: System.Guid
The GUID of the pane to which you should write. If this is Guid.Empty, then the general output pane will be used.
- text
Type: System.String
The text you should write.
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace