Decorator::AssociateVisibilityWith Method (Store^, AssociatedPropertyInfo^)
Visual Studio 2015
Associates the visibility of the decorator with a store property that is assigned to a shape.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: void AssociateVisibilityWith( Store^ store, AssociatedPropertyInfo^ propertyInfo )
Parameters
- store
-
Type:
Microsoft.VisualStudio.Modeling::Store^
The in-memory store that is assigned to the shape.
- propertyInfo
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::AssociatedPropertyInfo^
The property in the in-memory store.
Show: