ProvideProjectFactoryAttribute.ShowOnlySpecifiedTemplatesVsTemplate Property

Gets or sets the Visual Studio template to be shown in the New Project dialog.

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

Syntax

'宣言
Public Property ShowOnlySpecifiedTemplatesVsTemplate As Boolean
'使用
Dim instance As ProvideProjectFactoryAttribute
Dim value As Boolean

value = instance.ShowOnlySpecifiedTemplatesVsTemplate

instance.ShowOnlySpecifiedTemplatesVsTemplate = value
public bool ShowOnlySpecifiedTemplatesVsTemplate { get; set; }
public:
property bool ShowOnlySpecifiedTemplatesVsTemplate {
    bool get ();
    void set (bool value);
}
public function get ShowOnlySpecifiedTemplatesVsTemplate () : boolean
public function set ShowOnlySpecifiedTemplatesVsTemplate (value : boolean)

Property Value

Type: System.Boolean

The Visual Studio template.

Permissions

See Also

Reference

ProvideProjectFactoryAttribute Class

ProvideProjectFactoryAttribute Members

Microsoft.VisualStudio.Shell Namespace