WAProvideProjectFactoryAttribute Constructor (Type^, String^)

 

Initializes a new instance of WAProvideProjectFactoryAttribute.

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

public:
WAProvideProjectFactoryAttribute(
	Type^ factoryType,
	String^ name
)

Parameters

factoryType
Type: System::Type^

The project factory type.

name
Type: System::String^

The name.

Return to top
Show: