VCDebugSettings.ApplicationArguments Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Hata Ayıklanacak uygulamanın bağımsız değişkenlerini ayarlar veya alır.
public:
property System::String ^ ApplicationArguments { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ApplicationArguments { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2339)]
public string ApplicationArguments { [System.Runtime.InteropServices.DispId(2339)] get; [System.Runtime.InteropServices.DispId(2339)] set; }
[<System.Runtime.InteropServices.DispId(2339)>]
[<get: System.Runtime.InteropServices.DispId(2339)>]
[<set: System.Runtime.InteropServices.DispId(2339)>]
member this.ApplicationArguments : string with get, set
Public Property ApplicationArguments As String
Özellik Değeri
Uygulama bağımsız değişkenlerini içeren dize.
- Öznitelikler