DatabasePropertyPageDefinition 类

向可扩展性点提供属性页定义。

继承层次结构

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Project.DatabasePropertyPageDefinition

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

语法

声明
Public Class DatabasePropertyPageDefinition _
    Implements IDatabaseProjectPropertyPageDefinition
public class DatabasePropertyPageDefinition : IDatabaseProjectPropertyPageDefinition
public ref class DatabasePropertyPageDefinition : IDatabaseProjectPropertyPageDefinition
type DatabasePropertyPageDefinition =  
    class
        interface IDatabaseProjectPropertyPageDefinition
    end
public class DatabasePropertyPageDefinition implements IDatabaseProjectPropertyPageDefinition

DatabasePropertyPageDefinition 类型公开以下成员。

构造函数

  名称 说明
公共方法 DatabasePropertyPageDefinition 初始化 DatabasePropertyPageDefinition 类的新实例。

页首

属性

  名称 说明
公共属性 IsConfigDependent 获取一个值,该值指示这些属性是否取决于项目配置。
公共属性 PropertyPageGuid 获取用于构造属性的类标识符 (CLSID) 的 GUID。此页。
公共属性 PropertyPageOrder 用于对所有提供程序中的属性页进行排序。顺序为 1 至 N,1 处于属性页列表的顶部。请注意,核心项目系统始终添加生成顺序为 50 的“生成事件”属性页。

页首

方法

  名称 说明
公共方法 Equals 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

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