ProvideProjectFactoryAttribute.LanguageVsTemplate Property

Definition

Gets and sets the Visual Studio language template.

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

Property Value

The Visual Studio language template.

Applies to