KnownPropertyList.Remove

KnownPropertyList.Remove method

List is read-only. Operation is not supported.

public bool Remove(PropertyDescriptor item)
ParameterTypeDescription
itemPropertyDescriptorThe object to remove from the System.Collections.Generic.ICollection.

Return Value

true if item was successfully removed from the System.Collections.Generic.ICollection; otherwise, false. This method also returns false if item is not found in the original System.Collections.Generic.ICollection.

See Also