Поделиться через


DatabasePropertyPageDefinition - конструктор

Инициализирует новый экземпляр класса DatabasePropertyPageDefinition.

Пространство имен:  Microsoft.VisualStudio.Data.Schema.Package.Project
Сборка:  Microsoft.VisualStudio.Data.Schema.Package (в Microsoft.VisualStudio.Data.Schema.Package.dll)

Синтаксис

'Декларация
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
)

Параметры

  • propertyPageGuid
    Тип: System.String
    GUID страницы свойств.
  • order
    Тип: System.Int32
    Порядок отображения данной страницы.
  • configDependent
    Тип: System.Boolean
    Запросы относительно того, зависима ли конфигурация этой страницы.

Безопасность платформы .NET Framework

См. также

Ссылки

DatabasePropertyPageDefinition Класс

Microsoft.VisualStudio.Data.Schema.Package.Project - пространство имен