Decorator::AssociateVisibilityWith Method (Store^, Guid)

 

Associates the visibility of the decorator with a store property that is assigned to a shape.

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 propertyId
)

Parameters

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

The in-memory store that is assigned to the shape.

propertyId
Type: System::Guid

The ID that is assigned to a property in the in-memory store.

Return to top
Show: