ModelElementExtensionMethods::GetAllExtensions Method (ModelElement^)
Visual Studio 2015
Return an enumerable that performs a breadth first traversal across the tree of extension elements embedded in this ModelElement.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: [ExtensionAttribute] static IEnumerable<ExtensionElement^>^ GetAllExtensions( ModelElement^ element )
Parameters
- element
-
Type:
Microsoft.VisualStudio.Modeling::ModelElement^
The ModelElement whose extensions are to be enumerated
Return Value
Type: System.Collections.Generic::IEnumerable<ExtensionElement^>^Breadth-first enumerable across all ExtensionElements
Show: