_DTE.CommandLineArguments Özellik

Tanım

Komut satırı bağımsız değişkenlerini temsil eden bir dize alır.

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

Özellik Değeri

String

Komut satırı bağımsız değişkenlerini temsil eden bir dize.

Öznitelikler

Örnekler

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

Açıklamalar

Dize, komut satırındaki program adından sonra listelenen her şeyi döndürür.

Şunlara uygulanır