DataPackage.Services.UIService-Eigenschaft

Ruft den Windows Forms-Benutzeroberflächendienst ab.

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 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

Eigenschaftswert

Typ: System.Windows.Forms.Design.IUIService

.NET Framework-Sicherheit

Siehe auch

Referenz

DataPackage.Services Klasse

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