Share via


ShapeAutoInvalidator Constructor (String)

Creates a new ShapeAutoInvalidator with the given name. Call AssociateValueWith after construction to set up the property association.

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

Syntax

'Declaration
Public Sub New ( _
    fieldName As String _
)
public ShapeAutoInvalidator(
    string fieldName
)
public:
ShapeAutoInvalidator(
    String^ fieldName
)
new : 
        fieldName:string -> ShapeAutoInvalidator
public function ShapeAutoInvalidator(
    fieldName : String
)

Parameters

.NET Framework Security

See Also

Reference

ShapeAutoInvalidator Class

ShapeAutoInvalidator Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace