DDUtils.RemoveItemFromItemsControl(ItemsControl, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static int RemoveItemFromItemsControl(System::Windows::Controls::ItemsControl ^ itemsControl, System::Object ^ itemToRemove);
public static int RemoveItemFromItemsControl (System.Windows.Controls.ItemsControl itemsControl, object itemToRemove);
static member RemoveItemFromItemsControl : System.Windows.Controls.ItemsControl * obj -> int
Public Shared Function RemoveItemFromItemsControl (itemsControl As ItemsControl, itemToRemove As Object) As Integer
Parameters
- itemsControl
- ItemsControl
- itemToRemove
- Object
Returns
Returns Int32.