Share via


IFeatureContainer.RemoveFeature Method

Definition

Removes the feature with the specified name.

Overloads

RemoveFeature<T>()

Removes the feature with the specified name.

RemoveFeature<T>(String)

Removes the feature with the specified name.

RemoveFeature<T>()

Removes the feature with the specified name.

public:
generic <typename T>
 void RemoveFeature();
public void RemoveFeature<T> ();
abstract member RemoveFeature : unit -> unit
Public Sub RemoveFeature(Of T) ()

Type Parameters

T

Applies to

RemoveFeature<T>(String)

Removes the feature with the specified name.

public:
generic <typename T>
 void RemoveFeature(System::String ^ featureName);
public void RemoveFeature<T> (string featureName);
abstract member RemoveFeature : string -> unit
Public Sub RemoveFeature(Of T) (featureName As String)

Type Parameters

T

Parameters

featureName
String

The feature name to remove.

Applies to