ItemsControlExtensions.GetSelectedItemContainers Method

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetSelectedItemContainers ( _
    this As ItemsControl _
) As IEnumerable(Of DependencyObject)
public static IEnumerable<DependencyObject> GetSelectedItemContainers(
    this ItemsControl this
)
[ExtensionAttribute]
public:
static IEnumerable<DependencyObject^>^ GetSelectedItemContainers(
    ItemsControl^ this
)
static member GetSelectedItemContainers : 
        this:ItemsControl -> IEnumerable<DependencyObject> 
public static function GetSelectedItemContainers(
    this : ItemsControl
) : IEnumerable<DependencyObject>

Parameters

Return Value

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

Usage Note

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

ItemsControlExtensions Class

Microsoft.TeamFoundation.Controls.WPF Namespace