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 的整数值。

返回

String

CompilerCollection 的指定索引处的键名称。

适用于