AutoComplete.GetItemsSource-Methode

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

Syntax

'Declaration
Public Shared Function GetItemsSource ( _
    obj As DependencyObject _
) As IEnumerable(Of String)
public static IEnumerable<string> GetItemsSource(
    DependencyObject obj
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<String>
Gibt IEnumerable<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AutoComplete Klasse

Microsoft.TeamFoundation.Controls.WPF-Namespace