ExtensionContextExtensions.GetCurrentSelection<T> Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetCurrentSelection(Of T As Class) ( _
    context As VsSelectionContext _
) As IEnumerable(Of T)
'Usage
Dim context As VsSelectionContext
Dim returnValue As IEnumerable(Of T)

returnValue = context.GetCurrentSelection()
public static IEnumerable<T> GetCurrentSelection<T>(
    this VsSelectionContext context
)
where T : class
[ExtensionAttribute]
public:
generic<typename T>
where T : ref class
static IEnumerable<T>^ GetCurrentSelection(
    VsSelectionContext^ context
)
JScript does not support generic types or methods.
static member GetCurrentSelection : 
        context:VsSelectionContext -> IEnumerable<'T>  when 'T : not struct

Type Parameters

  • T

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<T>

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type VsSelectionContext. 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).

.NET Framework Security

See Also

Reference

ExtensionContextExtensions Class

ExtensionContextExtensions Members

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace