ProvideProjectFactoryAttribute.DisplayProjectTypeVsTemplate Property

Definition

Gets or sets the Visual Studio template for the project.

public:
 property System::String ^ DisplayProjectTypeVsTemplate { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ DisplayProjectTypeVsTemplate { Platform::String ^ get(); void set(Platform::String ^ value); };
public string DisplayProjectTypeVsTemplate { get; set; }
member this.DisplayProjectTypeVsTemplate : string with get, set
Public Property DisplayProjectTypeVsTemplate As String

Property Value

The Visual Studio template for the project.

Applies to