DataPackage.Services.OutputWindow Property
Gets the output window service.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property OutputWindow As OutputWindow
public static OutputWindow OutputWindow { get; }
public:
static property OutputWindow^ OutputWindow {
OutputWindow^ get ();
}
static member OutputWindow : OutputWindow
static function get OutputWindow () : OutputWindow
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Internal.OutputWindow
.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.