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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)