ShapeField.AssociateVisibilityWith Method (Store, Guid)

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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Sub AssociateVisibilityWith ( _
    store As Store, _
    propertyId As Guid _
)
public void AssociateVisibilityWith(
    Store store,
    Guid propertyId
)
public:
void AssociateVisibilityWith(
    Store^ store, 
    Guid propertyId
)
member AssociateVisibilityWith : 
        store:Store * 
        propertyId:Guid -> unit 
public function AssociateVisibilityWith(
    store : Store, 
    propertyId : Guid
)

Parameters

  • propertyId
    Type: System.Guid
    The ID that is assigned to the domain property.

.NET Framework Security

See Also

Reference

ShapeField Class

AssociateVisibilityWith Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace