VCPlatform.ExecutableExtensions 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 platform specific executable extension.
public:
property System::String ^ ExecutableExtensions { System::String ^ get(); };
public:
property Platform::String ^ ExecutableExtensions { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2521)]
public string ExecutableExtensions { [System.Runtime.InteropServices.DispId(2521)] get; }
[<System.Runtime.InteropServices.DispId(2521)>]
[<get: System.Runtime.InteropServices.DispId(2521)>]
member this.ExecutableExtensions : string
Public ReadOnly Property ExecutableExtensions As String
Property Value
String containing the extension for executables in this platform.
- Attributes