PerformanceCounterPermissionEntryCollection.Insert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將使用權限項目插入至這個集合的指定索引。
public:
void Insert(int index, System::Diagnostics::PerformanceCounterPermissionEntry ^ value);
public void Insert (int index, System.Diagnostics.PerformanceCounterPermissionEntry value);
member this.Insert : int * System.Diagnostics.PerformanceCounterPermissionEntry -> unit
Public Sub Insert (index As Integer, value As PerformanceCounterPermissionEntry)
參數
- index
- Int32
集合的以零起始索引,要插入使用權限項目的所在位置。
要插入至這個集合的使用權限項目。