WAProvideProjectFactoryAttribute Class
Used to register information about a project system that supports the Web Application Project (WAP) flavor/sub-type.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System.Attribute
Microsoft.VisualStudio.Shell.RegistrationAttribute
Microsoft.VisualStudio.Shell.WAProvideProjectFactoryAttribute
| Name | Description | |
|---|---|---|
![]() | WAProvideProjectFactoryAttribute(Type, String) | Initializes a new instance of WAProvideProjectFactoryAttribute. |
![]() | WAProvideProjectFactoryAttribute(Type, String, String, Boolean, String, String) | Initializes a new instance of WAProvideProjectFactoryAttribute. |
| Name | Description | |
|---|---|---|
![]() | DefaultProjectExtension | Gets the default project file extension. |
![]() | DisplayName | Gets the display name. |
![]() | DisplayProjectFileExtensions | Gets the display project file extension. |
![]() | DisplayProjectTypeVsTemplate | Gets the display project type Visual Studio template. |
![]() | FactoryType | Gets the factory type. |
![]() | FolderGuid | Gets the folder GUID. |
![]() | LanguageVsTemplate | Gets the language Visual Studio template. |
![]() | Name | Gets the name of the project factory. |
![]() | NewProjectRequireNewFolderVsTemplate | Determines whether a new project requires a new folder. |
![]() | PossibleProjectExtensions | Gets a set of possible project file extensions. |
![]() | ProjectSubTypeVsTemplate | Gets the project subtype. |
![]() | ProjectTemplatesDirectory | Gets the project templates directory. |
![]() | ShowOnlySpecifiedTemplatesVsTemplate | Determines whether to show only the specified templates. |
![]() | SortPriority | Gets the sort priority. |
![]() | TemplateGroupIDsVsTemplate | Gets the template group IDs. |
![]() | TemplateIDsVsTemplate | Gets the template IDs. |
![]() | TypeId | Gets the current instance of this attribute.(Inherited from RegistrationAttribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Attribute.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetPackageRegKeyPath(Guid) | Gets the registry path (relative to the registry root of the application) of the VSPackage.(Inherited from RegistrationAttribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object) | (Inherited from Attribute.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Register(RegistrationAttribute.RegistrationContext) | Registers the project factory.(Overrides RegistrationAttribute.Register(RegistrationAttribute.RegistrationContext).) |
![]() | ToString() | (Inherited from Object.) |
![]() | Unregister(RegistrationAttribute.RegistrationContext) | Unregisters the project factory.(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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




