Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 WriteOnOutputWindow ( _
pane As Guid, _
text As String _
)
public static void WriteOnOutputWindow(
Guid pane,
string text
)
public:
static void WriteOnOutputWindow(
Guid pane,
String^ text
)
static member WriteOnOutputWindow :
pane:Guid *
text:string -> unit
public static function WriteOnOutputWindow(
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