ShapeElement.AssociateValueWith 方法 (Store, AssociatedPropertyInfo)

将形状的源与分配到该形状的内存中存储属性关联。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

语法

声明
Public Shared Sub AssociateValueWith ( _
    store As Store, _
    propertyInfo As AssociatedPropertyInfo _
)
public static void AssociateValueWith(
    Store store,
    AssociatedPropertyInfo propertyInfo
)

参数

备注

ShapeElement 资源可与 IMS 属性。 关联的 ShapeElements 将接收自动更新无效调用 IMS 属性值更改时 可以更改资源以响应更改通过重写 OnPrePaint 方法和更改资源即可。

.NET Framework 安全性

请参阅

参考

ShapeElement 类

AssociateValueWith 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间