ShapeAutoInvalidator Constructor (String^, Store^, AssociatedPropertyInfo^)
Visual Studio 2015
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.
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.
Show: