SchemaHierarchyBase.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
Public Property UserInteractionServices As UserInteractionServices
    Get
    Set
public UserInteractionServices UserInteractionServices { get; set; }
public:
property UserInteractionServices^ UserInteractionServices {
    UserInteractionServices^ get ();
    void set (UserInteractionServices^ value);
}
member 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

SchemaHierarchyBase Klasse

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