Propriedade DataPackage.Services.UIService

Obtém o serviço de interface de usuário do Windows Forms.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property UIService As IUIService
    Get
public static IUIService UIService { get; }
public:
static property IUIService^ UIService {
    IUIService^ get ();
}
static member UIService : IUIService
static function get UIService () : IUIService

Valor de propriedade

Tipo: System.Windows.Forms.Design.IUIService

Segurança do .NET Framework

Consulte também

Referência

DataPackage.Services Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.UI