AutoComplete.SetItemsSource Method
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
- obj
Type: System.Windows.DependencyObject
- value
Type: System.Collections.Generic.IEnumerable<String>
.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.