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
- fieldName
Type: System.String
- store
Type: Microsoft.VisualStudio.Modeling.Store
- propertyInfo
Type: Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo
Permissions
- 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.