ModelElementExtensionMethods::GetAllExtensions Method (ModelElement^)

 

Return an enumerable that performs a breadth first traversal across the tree of extension elements embedded in this ModelElement.

Namespace:   Microsoft.VisualStudio.Modeling.Extensibility
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

Return to top
Show: