ApplicationTrustEnumerator.Reset 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將列舉值重設為 ApplicationTrustCollection 集合的開頭。
public:
virtual void Reset();
public void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Sub Reset ()
實作
備註
列舉值會以順向方向移動。 使用這個方法可將列舉值傳回物件集合的 ApplicationTrust 開頭。
方法 Reset 會將游標放在集合中的第一個物件。 呼叫 Reset之後,您不需要呼叫 MoveNext 方法,即可將游標向前移動至第一個物件。