共用方式為


ModelElement.GetAllExtensions 方法

傳回可列舉,以便在執行、 強效且具內嵌於指定的 ModelElement 的第一個周遊整個樹狀結構的延伸項目。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
Public Shared Function GetAllExtensions ( _
    element As ModelElement _
) As IEnumerable(Of ExtensionElement)
public static IEnumerable<ExtensionElement> GetAllExtensions(
    ModelElement element
)

參數

傳回值

型別:System.Collections.Generic.IEnumerable<ExtensionElement>
列舉所有的 ExtensionElements 跨廣度優先

備註

如果指定的 ModelElement 本身就是將會包含 ExtensionElement,那麼只有直接和間接的副檔名該副檔名。 若要列舉的 「 虛擬 MEL"呼叫 GetBaseElement() 取得基底的 MEL,然後 GetAllExtensions(),對所有的延伸。

.NET Framework 安全性

請參閱

參考

ModelElement 類別

Microsoft.VisualStudio.Modeling 命名空間