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.
Associates the decorator with a store property that is assigned to the shape.
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 AssociateValueWith ( _
store As Store, _
domainClassId As Guid, _
propertyInfo As AssociatedPropertyInfo _
)
public void AssociateValueWith(
Store store,
Guid domainClassId,
AssociatedPropertyInfo propertyInfo
)
public:
void AssociateValueWith(
Store^ store,
Guid domainClassId,
AssociatedPropertyInfo^ propertyInfo
)
member AssociateValueWith :
store:Store *
domainClassId:Guid *
propertyInfo:AssociatedPropertyInfo -> unit
public function AssociateValueWith(
store : Store,
domainClassId : Guid,
propertyInfo : AssociatedPropertyInfo
)
Parameters
- store
Type: Microsoft.VisualStudio.Modeling.Store
The in-memory store that is assigned to the shape.
- domainClassId
Type: System.Guid
The ID that is assigned to the shape.
- propertyInfo
Type: Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo
The property in the in-memory store.
.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.