Compartilhar via


Propriedade ISchemaHierarchyGenerator.UserInteractionServices

Obtém ou define o objeto de serviços de interação do usuário.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.UserInteractionServices

Segurança do .NET Framework

Consulte também

Referência

ISchemaHierarchyGenerator Interface

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