This topic has not yet been rated - Rate this topic

ModelElementExtensionMethods.GetAllExtensions Method

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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
public static IEnumerable<ExtensionElement> GetAllExtensions(
	this 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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ModelElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ