TrustLevelCollection.Clear 方法

定义

从集合中删除所有 TrustLevel 对象。Removes all TrustLevel objects from the collection.

public:
 void Clear();
public void Clear ();
member this.Clear : unit -> unit
Public Sub Clear ()

注解

如果 TrustLevelCollection 本地节点集合中存在项,则将删除所有项。If TrustLevelCollection entries exist in the local node collection, all entries are deleted.

适用于