Freigeben über


Decorator.AssociateVisibilityWith-Methode (Store, Guid, AssociatedPropertyInfo)

Ordnet die Sichtbarkeit des Decorator-Elements einer Speichereigenschaft zu, die einem Formular zugewiesen ist.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
Public Sub AssociateVisibilityWith ( _
    store As Store, _
    domainClassId As Guid, _
    propertyInfo As AssociatedPropertyInfo _
)
public void AssociateVisibilityWith(
    Store store,
    Guid domainClassId,
    AssociatedPropertyInfo propertyInfo
)

Parameter

  • domainClassId
    Typ: System.Guid
    Die ID, die der Form zugewiesen wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

Decorator Klasse

AssociateVisibilityWith-Überladung

Microsoft.VisualStudio.Modeling.Diagrams-Namespace