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键名称。

适用于