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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ISchemaHierarchyGenerator Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer