Decorator.AssociateVisibilityWith Method (Store, Guid, AssociatedPropertyInfo)

Associates the visibility of the decorator with a store property that is assigned to a shape.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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
)
public:
void AssociateVisibilityWith(
    Store^ store, 
    Guid domainClassId, 
    AssociatedPropertyInfo^ propertyInfo
)
member AssociateVisibilityWith : 
        store:Store * 
        domainClassId:Guid * 
        propertyInfo:AssociatedPropertyInfo -> unit
public function AssociateVisibilityWith(
    store : Store, 
    domainClassId : Guid, 
    propertyInfo : AssociatedPropertyInfo
)

Parameters

  • domainClassId
    Type: Guid

    The ID that is assigned to the shape.

.NET Framework Security

See Also

Reference

Decorator Class

AssociateVisibilityWith Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace