VCPlatform.ExecutableExtensions Property

Gets the platform specific executable extension.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property ExecutableExtensions As String
    Get
string ExecutableExtensions { get; }
property String^ ExecutableExtensions {
    String^ get ();
}
abstract ExecutableExtensions : string
function get ExecutableExtensions () : String

Property Value

Type: System.String
String containing the extension for executables in this platform.

.NET Framework Security

See Also

Reference

VCPlatform Interface

Microsoft.VisualStudio.VCProjectEngine Namespace