ShapeAutoInvalidator Constructor (String^, Store^, Guid)

 

Constructor: Associates this shape field's value with a domain property on the ShapeElement.

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,
	Guid domainPropertyId
)

Parameters

fieldName
Type: System::String^

Unique identifier for this ShapeField.

store
Type: Microsoft.VisualStudio.Modeling::Store^
domainPropertyId
Type: System::Guid
domainPropertyGuid

The guid of a domain property on a ShapeElement.

Return to top
Show: