Compartir a través de


SchemaHierarchyBase.UserInteractionServices (Propiedad)

Obtiene o establece el objeto de servicios de interacción con el usuario.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.UserInteractionServices

Seguridad de .NET Framework

Vea también

Referencia

SchemaHierarchyBase Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)