Associates the shape field with a domain property that is assigned to a shape element.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Public Sub AssociateValueWith ( _
    store As Store, _
    propertyInfo As AssociatedPropertyInfo _
)
public void AssociateValueWith(
    Store store,
    AssociatedPropertyInfo propertyInfo
)
public:
void AssociateValueWith(
    Store^ store, 
    AssociatedPropertyInfo^ propertyInfo
)
member AssociateValueWith : 
        store:Store * 
        propertyInfo:AssociatedPropertyInfo -> unit 
public function AssociateValueWith(
    store : Store, 
    propertyInfo : AssociatedPropertyInfo
)
Parameters
- store
 Type: Microsoft.VisualStudio.Modeling.Store
 The store to which the shape element is assigned.
- propertyInfo
 Type: Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo
 The domain property.
Remarks
You should use this method when the domain property is a proxy for another domain property.
.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.