DatabasePropertyPageDefinition Constructor
Initializes a new instance of the DatabasePropertyPageDefinition class.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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
)
Parameters
- propertyPageGuid
Type: System.String
The GUID for the property page.
- order
Type: System.Int32
The order in which to display this page.
- configDependent
Type: System.Boolean
Queries whether this page configuration is dependent.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabasePropertyPageDefinition Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace