ShapeField.AssociateValueWith Method (Store, Guid, AssociatedPropertyInfo)

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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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

  • domainClassId
    Type: Guid

    The ID that is assigned to the shape element.

Remarks

You should use this method when the domain property is a proxy for another domain property.

.NET Framework Security

See Also

Reference

ShapeField Class

AssociateValueWith Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace