VisibilityPropertyPath Oluşturucular

Tanım

Aşırı Yüklemeler

VisibilityPropertyPath(Partition, PropertyAssignment[])

Oluşturucu

VisibilityPropertyPath(Store, PropertyAssignment[])

Oluşturucu

VisibilityPropertyPath(Partition, PropertyAssignment[])

Oluşturucu

public:
 VisibilityPropertyPath(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public VisibilityPropertyPath (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath
Public Sub New (partition As Partition, ParamArray propertyAssignments As PropertyAssignment())

Parametreler

partition
Partition

Yeni öğenin oluşturulacağı bölüm.

propertyAssignments
PropertyAssignment[]

Öğe oluşturulduktan sonra ayarlanacak etki alanı özellik kimliği/değer çiftleri listesi.

Şunlara uygulanır

VisibilityPropertyPath(Store, PropertyAssignment[])

Oluşturucu

public:
 VisibilityPropertyPath(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public VisibilityPropertyPath (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath
Public Sub New (store As Store, ParamArray propertyAssignments As PropertyAssignment())

Parametreler

store
Store

Yeni öğenin oluşturulacağı yeri saklayın.

propertyAssignments
PropertyAssignment[]

Öğe oluşturulduktan sonra ayarlanacak etki alanı özellik kimliği/değer çiftleri listesi.

Şunlara uygulanır