PropertyElementGetter 委托
获取为该给定元素中显示的属性的元素。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
Public Delegate Function PropertyElementGetter ( _
element As ModelElement _
) As ModelElement
public delegate ModelElement PropertyElementGetter(
ModelElement element
)
参数
- element
类型:Microsoft.VisualStudio.Modeling.ModelElement
该属性显示的 ModelElement 。
返回值
类型:Microsoft.VisualStudio.Modeling.ModelElement