ProvideProjectFactoryAttribute Constructor (Type^, String^, String^, String^, String^, String^)
Visual Studio 2015
Initializes a new instance of ProvideProjectFactoryAttribute.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public:
ProvideProjectFactoryAttribute(
Type^ factoryType,
String^ name,
String^ displayProjectFileExtensionsResourceID,
String^ defaultProjectExtension,
String^ possibleProjectExtensions,
String^ projectTemplatesDirectory
)
Parameters
- factoryType
-
Type:
System::Type^
The type of factory the VSPackage offers.
- name
-
Type:
System::String^
The name of the project.
- displayProjectFileExtensionsResourceID
-
Type:
System::String^
The resource ID of the project file extensions.
- defaultProjectExtension
-
Type:
System::String^
The default project extension.
- possibleProjectExtensions
-
Type:
System::String^
The possible project extensions supported by this project factory.
- projectTemplatesDirectory
-
Type:
System::String^
The directory containing this project factory’s templates.
Show: