ShapeField::AssociateVisibilityWith Method (Store^, Guid, 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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void AssociateVisibilityWith(
	Store^ store,
	Guid domainClassId,
	AssociatedPropertyInfo^ propertyInfo
)

Parameters

store
Type: Microsoft.VisualStudio.Modeling::Store^

The store to which the shape element is assigned.

domainClassId
Type: System::Guid

The ID that is assigned to the shape element.

propertyInfo
Type: Microsoft.VisualStudio.Modeling.Diagrams::AssociatedPropertyInfo^

The domain property.

Return to top
Show: