Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an item from the collection.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public bool RemoveItem(
TWireType key
)
public:
bool RemoveItem(
TWireType key
)
Public Function RemoveItem (
key As TWireType
) As Boolean
Parameters
key
Type: TWireTypeThe item to be removed.
Return Value
Type: System.Boolean
true if the item was removed successfully; otherwise, false.
See Also
ObservableCollectionHelper<TPublicType, TWireType> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top