ShapeElement.GetFieldRepresentedProperty 方法

获取形状字段的属性信息。

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

语法

声明
Public Overridable Function GetFieldRepresentedProperty ( _
    field As ShapeField _
) As DomainPropertyInfo
public virtual DomainPropertyInfo GetFieldRepresentedProperty(
    ShapeField field
)

参数

返回值

类型:Microsoft.VisualStudio.Modeling.DomainPropertyInfo
形状字段的属性信息。

备注

这旨在通过辅助功能,选择和就地编辑使用。

.NET Framework 安全性

请参阅

参考

ShapeElement 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间