TypeDescriptionProviderForwarder 委派
表示的方法,傳回另一個模型項目所表示的模型項目。
命名空間: Microsoft.VisualStudio.Modeling.Design
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Public Delegate Function TypeDescriptionProviderForwarder ( _
source As ModelElement _
) As ModelElement
public delegate ModelElement TypeDescriptionProviderForwarder(
ModelElement source
)
參數
- source
型別:Microsoft.VisualStudio.Modeling.ModelElement
模型項目,表示另一個模型項目。
傳回值
型別:Microsoft.VisualStudio.Modeling.ModelElement
表示模型項目。
備註
ForwardingTypeDescriptionProvider類別會建立索引的模型元素,例如連接埠或區間型別描述項時,類別會呼叫這個委派。此委派支援正向的項目合併的指示詞。如需詳細資訊,請參閱 Defining Element Merge Directives。
請參閱
參考
Microsoft.VisualStudio.Modeling.Design 命名空間
ForwardingTypeDescriptionProvider