ProvideProjectFactoryAttribute Class
ProvideProjectFactoryAttribute declares that a package provides a project factory.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System.Attribute
Microsoft.VisualStudio.Shell.RegistrationAttribute
Microsoft.VisualStudio.Shell.ProvideProjectFactoryAttribute
| Name | Description | |
|---|---|---|
![]() | ProvideProjectFactoryAttribute(Type, String, String, String, String, String) | Initializes a new instance of ProvideProjectFactoryAttribute. |
| Name | Description | |
|---|---|---|
![]() | DefaultProjectExtension | Gets the default extension of the project file. |
![]() | DisableOnlineTemplates | Determines whether to disable online templates. |
![]() | DisplayProjectFileExtensions | Gets the resource ID for project file extensions. |
![]() | DisplayProjectTypeVsTemplate | Gets or sets the Visual Studio template for the project. |
![]() | FactoryType | Gets the type of the project factory. |
![]() | FolderGuid | Gets or sets the GUID of the folder for this type of project. |
![]() | LanguageVsTemplate | Gets and sets the Visual Studio language template. |
![]() | Name | Gets the name of the type of project. |
![]() | NewProjectRequireNewFolderVsTemplate | Gets or sets whether this type of project requires a Visual Studio template that creates a new folder. |
![]() | PossibleProjectExtensions | Gets the set of possible project extensions. |
![]() | ProjectSubTypeVsTemplate | Gets or sets the Visual Studio template for the project subtype. |
![]() | ProjectTemplatesDirectory | Gets the project templates directory. |
![]() | ShowOnlySpecifiedTemplatesVsTemplate | Gets or sets the Visual Studio template to be shown in the New Project dialog. |
![]() | SortPriority | Gets or sets the order in which projects are displayed in the New Project dialog. |
![]() | TemplateGroupIDsVsTemplate | Gets or sets the Visual Studio template's group ID. |
![]() | TemplateIDsVsTemplate | Gets or sets the Visual Studio template ID. |
![]() | TypeId | Gets the current instance of this attribute.(Inherited from RegistrationAttribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Attribute.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object) | (Inherited from Attribute.) |
![]() | Register(RegistrationAttribute.RegistrationContext) | Registers this attribute.(Overrides RegistrationAttribute.Register(RegistrationAttribute.RegistrationContext).) |
![]() | ToString() | (Inherited from Object.) |
![]() | Unregister(RegistrationAttribute.RegistrationContext) | Removes the key for this attribute from the registry.(Overrides RegistrationAttribute.Unregister(RegistrationAttribute.RegistrationContext).) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
A single VSPackage can provide multiple project factories. If a VSPackage declares that it provides a project factory, it should create the factory and offer it to Visual Studio in the Initialize method of the Package-derived class.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



