ShapeField.AssociateVisibilityWith Method (Store, AssociatedPropertyInfo)

Associates the visibility of the shape field with a domain property that is assigned to a shape element.

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, _
    propertyInfo As AssociatedPropertyInfo _
)
public void AssociateVisibilityWith(
    Store store,
    AssociatedPropertyInfo propertyInfo
)
public:
void AssociateVisibilityWith(
    Store^ store, 
    AssociatedPropertyInfo^ propertyInfo
)
member AssociateVisibilityWith : 
        store:Store * 
        propertyInfo:AssociatedPropertyInfo -> unit
public function AssociateVisibilityWith(
    store : Store, 
    propertyInfo : AssociatedPropertyInfo
)

Parameters

.NET Framework Security

See Also

Reference

ShapeField Class

AssociateVisibilityWith Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace