DTE2.CommandLineArguments Eigenschaft

Definition

Ruft eine Zeichenfolge mit den Befehlszeilenargumenten ab.

public:
 property System::String ^ CommandLineArguments { System::String ^ get(); };
public:
 property Platform::String ^ CommandLineArguments { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(214)]
public string CommandLineArguments { [System.Runtime.InteropServices.DispId(214)] get; }
[<System.Runtime.InteropServices.DispId(214)>]
[<get: System.Runtime.InteropServices.DispId(214)>]
member this.CommandLineArguments : string
Public ReadOnly Property CommandLineArguments As String

Eigenschaftswert

String

Die Befehlszeilenargumente.

Implementiert

Attribute

Beispiele

Sub CommandLineArgumentsExample()  
  MsgBox(DTE2.CommandLineArguments)  
End Sub  

Hinweise

Die Zeichenfolge gibt alle Elemente zurück, die nach dem Programmnamen in der Befehlszeile aufgelistet sind.

Gilt für