ISchemaHierarchyGenerator.UserInteractionServices 属性

获取或设置用户交互服务对象。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.UserInteractionServices

.NET Framework 安全性

请参见

参考

ISchemaHierarchyGenerator 接口

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空间