Bearbeiten

CompilerCollection.GetKey(Int32) Method

Definition

Gets the CompilerCollection key name at the specified index.

public:
 System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

Parameters

index
Int32

An integer value specifying a Compiler within the CompilerCollection.

Returns

The key name at the specified index of the CompilerCollection.

Applies to