ISchemaHierarchyGenerator.UserInteractionServices-Eigenschaft

Ruft das Benutzerinteraktionsdienste-Objekt ab oder legt dieses fest.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Property UserInteractionServices As UserInteractionServices
    Get
    Set
UserInteractionServices UserInteractionServices { get; set; }
property UserInteractionServices^ UserInteractionServices {
    UserInteractionServices^ get ();
    void set (UserInteractionServices^ value);
}
abstract UserInteractionServices : UserInteractionServices with get, set
function get UserInteractionServices () : UserInteractionServices
function set UserInteractionServices (value : UserInteractionServices)

Eigenschaftswert

Typ: Microsoft.Data.Schema.UserInteractionServices

.NET Framework-Sicherheit

Siehe auch

Referenz

ISchemaHierarchyGenerator Schnittstelle

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer-Namespace