共用方式為


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
)

參數

傳回值

型別:Microsoft.VisualStudio.Modeling.ModelElement

請參閱

參考

Microsoft.VisualStudio.Modeling.Diagrams 命名空間