Share via


DataPackage.Services.OutputWindow Property

Gets the output window service.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared ReadOnly Property OutputWindow As OutputWindow
    Get
'Usage
Dim value As OutputWindow

value = DataPackage..::..Services.OutputWindow
public static OutputWindow OutputWindow { get; }
public:
static property OutputWindow^ OutputWindow {
    OutputWindow^ get ();
}
static function get OutputWindow () : OutputWindow
static member OutputWindow : OutputWindow

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Common.Host.OutputWindow

.NET Framework Security

See Also

Reference

DataPackage.Services Class

DataPackage.Services Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace