ShapeField.AssociateValueWith Method (Store, Guid)
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, _
propertyId As Guid _
)
public void AssociateValueWith(
Store store,
Guid propertyId
)
public:
void AssociateValueWith(
Store^ store,
Guid propertyId
)
member AssociateValueWith :
store:Store *
propertyId:Guid -> unit
public function AssociateValueWith(
store : Store,
propertyId : Guid
)
Parameters
store
Type: Microsoft.VisualStudio.Modeling.StoreThe store to which the shape element is assigned.
propertyId
Type: GuidThe ID of 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.