ShapeAutoInvalidator Constructor (String, Store, AssociatedPropertyInfo)

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

Syntax

'宣言
Public Sub New ( _
    fieldName As String, _
    store As Store, _
    propertyInfo As AssociatedPropertyInfo _
)
'使用
Dim fieldName As String
Dim store As Store
Dim propertyInfo As AssociatedPropertyInfo

Dim instance As New ShapeAutoInvalidator(fieldName, _
    store, propertyInfo)
public ShapeAutoInvalidator(
    string fieldName,
    Store store,
    AssociatedPropertyInfo propertyInfo
)
public:
ShapeAutoInvalidator(
    String^ fieldName, 
    Store^ store, 
    AssociatedPropertyInfo^ propertyInfo
)
public function ShapeAutoInvalidator(
    fieldName : String, 
    store : Store, 
    propertyInfo : AssociatedPropertyInfo
)

Parameters

Permissions

See Also

Reference

ShapeAutoInvalidator Class

ShapeAutoInvalidator Members

ShapeAutoInvalidator Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace