ISharedFeature<T>.Remove(T) 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.
Removes a feature instance from the shared collection.
public bool Remove (T feature);
abstract member Remove : 'T -> bool
Public Function Remove (feature As T) As Boolean
Parameters
- feature
- T
Feature to remove.
Returns
Whether the feature was removed or not.