PolicyList.Clear Method

Definition

Overloads

Clear(Type, Type, String)
Clear<TPolicyInterface>(Type, String)

Clear(Type, Type, String)

public:
 void Clear(Type ^ policyInterface, Type ^ typePolicyAppliesTo, System::String ^ idPolicyAppliesTo);
public void Clear (Type policyInterface, Type typePolicyAppliesTo, string idPolicyAppliesTo);
member this.Clear : Type * Type * string -> unit
Public Sub Clear (policyInterface As Type, typePolicyAppliesTo As Type, idPolicyAppliesTo As String)

Parameters

policyInterface
Type
typePolicyAppliesTo
Type
idPolicyAppliesTo
String

Applies to

Clear<TPolicyInterface>(Type, String)

public:
generic <typename TPolicyInterface>
 void Clear(Type ^ typePolicyAppliesTo, System::String ^ idPolicyAppliesTo);
public void Clear<TPolicyInterface> (Type typePolicyAppliesTo, string idPolicyAppliesTo);
member this.Clear : Type * string -> unit
Public Sub Clear(Of TPolicyInterface) (typePolicyAppliesTo As Type, idPolicyAppliesTo As String)

Type Parameters

TPolicyInterface

Parameters

typePolicyAppliesTo
Type
idPolicyAppliesTo
String

Applies to