WAProvideProjectFactoryAttribute.DisplayProjectTypeVsTemplate Property

Definition

Gets the display project type Visual Studio template.

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 display project type Visual Studio template.

Applies to