Decorator::AssociateValueWith Method (Store^, AssociatedPropertyInfo^)

 

Associates the decorator with a store property that is assigned to the 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 AssociateValueWith(
	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.

Return to top
Show: