CompilerCollection.GetKey(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得位於指定索引處的 CompilerCollection 索引鍵名稱。
public:
System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String
參數
- index
- Int32
整數值,指定 Compiler 內的 CompilerCollection。
傳回
位於 CompilerCollection 之指定索引處的索引鍵名稱。