PolicyList.Clear 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.
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