Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Sub New ( _
    fieldName As String, _
    store As Store, _
    domainPropertyId As Guid _
)
public ShapeAutoInvalidator(
    string fieldName,
    Store store,
    Guid domainPropertyId
)
public:
ShapeAutoInvalidator(
    String^ fieldName, 
    Store^ store, 
    Guid domainPropertyId
)
new : 
        fieldName:string * 
        store:Store * 
        domainPropertyId:Guid -> ShapeAutoInvalidator
public function ShapeAutoInvalidator(
    fieldName : String, 
    store : Store, 
    domainPropertyId : Guid
)
Parameters
- fieldName 
 Type: System.String- Unique identifier for this ShapeField. 
- store
 Type: Microsoft.VisualStudio.Modeling.Store
- domainPropertyId
 Type: System.Guid
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.