DatabasePropertyPageDefinition.PropertyPageGuid 属性

获取用于构造属性的类标识符 (CLSID) 的 GUID。 此页。

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

语法

声明
Public ReadOnly Property PropertyPageGuid As String
    Get
public string PropertyPageGuid { get; }
public:
virtual property String^ PropertyPageGuid {
    String^ get () sealed;
}
abstract PropertyPageGuid : string
override PropertyPageGuid : string
final function get PropertyPageGuid () : String

属性值

类型:System.String

实现

IDatabaseProjectPropertyPageDefinition.PropertyPageGuid

.NET Framework 安全性

请参见

参考

DatabasePropertyPageDefinition 类

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