Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Constructor: Associates this shape field's value with a domain property on the ShapeElement. Use this method when the domain property is a proxy for another property.
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, _
store As Store, _
propertyInfo As AssociatedPropertyInfo _
)
public ShapeAutoInvalidator(
string fieldName,
Store store,
AssociatedPropertyInfo propertyInfo
)
public:
ShapeAutoInvalidator(
String^ fieldName,
Store^ store,
AssociatedPropertyInfo^ propertyInfo
)
new :
fieldName:string *
store:Store *
propertyInfo:AssociatedPropertyInfo -> ShapeAutoInvalidator
public function ShapeAutoInvalidator(
fieldName : String,
store : Store,
propertyInfo : AssociatedPropertyInfo
)
Parameters
- fieldName
Type: System.String
Unique identifier for this ShapeField.
- store
Type: Microsoft.VisualStudio.Modeling.Store
- propertyInfo
Type: Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo
Information about the property association.
.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.