Command.Aliases Propiedad

Definición

Obtiene el conjunto único de cadenas que se pueden usar en la línea de comandos para especificar el comando.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Aliases { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Aliases { get; }
member this.Aliases : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Aliases As ICollection(Of String)

Valor de propiedad

Comentarios

La colección no contiene el Name de Command.

Se aplica a