ItemsControlExtensions.GetItemContainers Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetItemContainers ( _
this As ItemsControl _
) As IEnumerable(Of DependencyObject)
public static IEnumerable<DependencyObject> GetItemContainers(
this ItemsControl this
)
[ExtensionAttribute]
public:
static IEnumerable<DependencyObject^>^ GetItemContainers(
ItemsControl^ this
)
static member GetItemContainers :
this:ItemsControl -> IEnumerable<DependencyObject>
public static function GetItemContainers(
this : ItemsControl
) : IEnumerable<DependencyObject>
Parameters
- this
Type: System.Windows.Controls.ItemsControl
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.