PropertyElementGetter デリゲート
特定の要素に対して表示されているプロパティがホストされる要素を取得します。
名前空間: Microsoft.VisualStudio.Modeling.Diagrams
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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