DatabasePropertyPageDefinition – konstruktor
Inicializuje novou instanci DatabasePropertyPageDefinition Třída
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 Sub New ( _
propertyPageGuid As String, _
order As Integer, _
configDependent As Boolean _
)
public DatabasePropertyPageDefinition(
string propertyPageGuid,
int order,
bool configDependent
)
public:
DatabasePropertyPageDefinition(
String^ propertyPageGuid,
int order,
bool configDependent
)
new :
propertyPageGuid:string *
order:int *
configDependent:bool -> DatabasePropertyPageDefinition
public function DatabasePropertyPageDefinition(
propertyPageGuid : String,
order : int,
configDependent : boolean
)
Parametry
- propertyPageGuid
Typ: System.String
Identifikátor GUID pro stránku vlastností.
- order
Typ: System.Int32
Pořadí, ve kterém zobrazení této stránky.
- configDependent
Typ: System.Boolean
Zjistí, zda je konfigurace této stránky závislý.
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ů