PerformanceCounterPermissionEntryCollection.OnRemove(Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中移除新的使用權限項目時,執行其他自訂處理序。
protected:
override void OnRemove(int index, System::Object ^ value);
protected override void OnRemove (int index, object value);
override this.OnRemove : int * obj -> unit
Protected Overrides Sub OnRemove (index As Integer, value As Object)
參數
- index
- Int32
可以找到 value
處之以零起始的索引。
- value
- Object
要從 index
中移除的使用權限項目。