AutoComplete.SetItemsSource Method

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

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

Syntax

'Declaration
Public Shared Sub SetItemsSource ( _
    obj As DependencyObject, _
    value As IEnumerable(Of String) _
)
public static void SetItemsSource(
    DependencyObject obj,
    IEnumerable<string> value
)
public:
static void SetItemsSource(
    DependencyObject^ obj, 
    IEnumerable<String^>^ value
)
static member SetItemsSource : 
        obj:DependencyObject * 
        value:IEnumerable<string> -> unit
public static function SetItemsSource(
    obj : DependencyObject, 
    value : IEnumerable<String>
)

Parameters

.NET Framework Security

See Also

Reference

AutoComplete Class

Microsoft.TeamFoundation.Controls.WPF Namespace