ShapeField::AssociateVisibilityWith Method (Store^, Guid, AssociatedPropertyInfo^)
Visual Studio 2015
Associates the visibility of the shape field with a domain property that is assigned to a shape element.
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.
Show: