共用方式為


CompilerCollection.GetKey(Int32) 方法

定義

取得位於指定索引處的 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 之指定索引處的索引鍵名稱。

適用於