Decorator.AssociateVisibilityWith Methode

Definition

Überlädt

AssociateVisibilityWith(Store, AssociatedPropertyInfo)

Ordnet die Sichtbarkeit des Decorator-Objekts der Domäne zu.

AssociateVisibilityWith(Store, Guid)

Ordnet die Sichtbarkeit dieses Decorators einer IMS-Eigenschaft für das shapeelement zu, das das Decorator-Element gehostet.

AssociateVisibilityWith(Store, Guid, AssociatedPropertyInfo)

Ordnet die Sichtbarkeit dieses Decorators einer Domänen Eigenschaft zu, wenn die Form einer Instanz der angegebenen Domänen Klasse zugeordnet ist. Verwenden Sie diese Methode, wenn mehrere Domänen Klassen vorhanden sind, denen dieses Decorator-paar zugeordnet werden kann.

AssociateVisibilityWith(Store, AssociatedPropertyInfo)

Ordnet die Sichtbarkeit des Decorator-Objekts der Domäne zu.

public:
 void AssociateVisibilityWith(Microsoft::VisualStudio::Modeling::Store ^ store, Microsoft::VisualStudio::Modeling::Diagrams::AssociatedPropertyInfo ^ propertyInfo);
public void AssociateVisibilityWith (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo propertyInfo);
member this.AssociateVisibilityWith : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo -> unit
Public Sub AssociateVisibilityWith (store As Store, propertyInfo As AssociatedPropertyInfo)

Parameter

store
Store
propertyInfo
AssociatedPropertyInfo

Stellt Informationen über die Eigenschaften Zuordnung bereit.

Gilt für

AssociateVisibilityWith(Store, Guid)

Ordnet die Sichtbarkeit dieses Decorators einer IMS-Eigenschaft für das shapeelement zu, das das Decorator-Element gehostet.

public:
 void AssociateVisibilityWith(Microsoft::VisualStudio::Modeling::Store ^ store, Guid propertyId);
public void AssociateVisibilityWith (Microsoft.VisualStudio.Modeling.Store store, Guid propertyId);
member this.AssociateVisibilityWith : Microsoft.VisualStudio.Modeling.Store * Guid -> unit
Public Sub AssociateVisibilityWith (store As Store, propertyId As Guid)

Parameter

store
Store
propertyId
Guid

Die GUID einer Eigenschaft für ein shapeelement.

Gilt für

AssociateVisibilityWith(Store, Guid, AssociatedPropertyInfo)

Ordnet die Sichtbarkeit dieses Decorators einer Domänen Eigenschaft zu, wenn die Form einer Instanz der angegebenen Domänen Klasse zugeordnet ist. Verwenden Sie diese Methode, wenn mehrere Domänen Klassen vorhanden sind, denen dieses Decorator-paar zugeordnet werden kann.

public:
 void AssociateVisibilityWith(Microsoft::VisualStudio::Modeling::Store ^ store, Guid domainClassId, Microsoft::VisualStudio::Modeling::Diagrams::AssociatedPropertyInfo ^ propertyInfo);
public void AssociateVisibilityWith (Microsoft.VisualStudio.Modeling.Store store, Guid domainClassId, Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo propertyInfo);
member this.AssociateVisibilityWith : Microsoft.VisualStudio.Modeling.Store * Guid * Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo -> unit
Public Sub AssociateVisibilityWith (store As Store, domainClassId As Guid, propertyInfo As AssociatedPropertyInfo)

Parameter

store
Store
domainClassId
Guid

Domänen Klassen-ID.

propertyInfo
AssociatedPropertyInfo

Stellt Informationen über die Eigenschaften Zuordnung bereit.

Gilt für