Share via


IFeatureContainer.RecycleFeature Method

Definition

Recycles the instance of this feature.

Overloads

RecycleFeature<T>()

Recycles the instance of this feature.

RecycleFeature<T>(String)

Recycles the instance of this feature.

RecycleFeature<T>()

Recycles the instance of this feature.

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

Type Parameters

T

Applies to

RecycleFeature<T>(String)

Recycles the instance of this feature.

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

Type Parameters

T

Parameters

featureName
String

The feature name to recycle.

Applies to