VCPlatform.DefaultDirectory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default directory for build output.
public:
property System::String ^ DefaultDirectory { System::String ^ get(); };
public:
property Platform::String ^ DefaultDirectory { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2510)]
public string DefaultDirectory { [System.Runtime.InteropServices.DispId(2510)] get; }
[<System.Runtime.InteropServices.DispId(2510)>]
[<get: System.Runtime.InteropServices.DispId(2510)>]
member this.DefaultDirectory : string
Public ReadOnly Property DefaultDirectory As String
Property Value
String containing the default directory for project specific build output.
- Attributes