SchemaHierarchyBase.UserInteractionServices 属性

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

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

语法

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

属性值

类型:Microsoft.Data.Schema.UserInteractionServices

.NET Framework 安全性

请参见

参考

SchemaHierarchyBase 类

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