ShapeAutoInvalidator Constructor (String^, Store^, AssociatedPropertyInfo^)

 

Constructor: Associates this shape field's value with a domain property on the ShapeElement. Use this method when the domain property is a proxy for another property.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
ShapeAutoInvalidator(
	String^ fieldName,
	Store^ store,
	AssociatedPropertyInfo^ propertyInfo
)

Parameters

fieldName
Type: System::String^

Unique identifier for this ShapeField.

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

Information about the property association.

Return to top
Show: