UIService Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property UIService As IUIService
    Get
'Usage
Dim value As IUIService

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

Property Value

Type: System.Windows.Forms.Design..::..IUIService

See Also

Reference

DataPackage..::..Services Class

Microsoft.VisualStudio.Data.Tools.Package.UI Namespace