DatabasePropertyPageDefinition.PropertyPageGuid – vlastnost
Získá GUID identifikátor třídy (CLSID) použitý k vytvoření vlastnosti. Advanced (Upřesnit).
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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
Hodnota vlastnosti
Typ: System.String
Implementuje
IDatabaseProjectPropertyPageDefinition.PropertyPageGuid
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
DatabasePropertyPageDefinition Třída
Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů