ProvideProjectFactoryAttribute.DefaultProjectExtension Property

Definition

Gets the default extension of the project file.

public:
 property System::String ^ DefaultProjectExtension { System::String ^ get(); };
public:
 property Platform::String ^ DefaultProjectExtension { Platform::String ^ get(); };
public string DefaultProjectExtension { get; }
member this.DefaultProjectExtension : string
Public ReadOnly Property DefaultProjectExtension As String

Property Value

The default project extension.

Applies to