ProvideEditorFactoryAttribute Constructor (Type^, Int16)

 

This constructor creates a new ProvideEditorFactoryAttribute object.

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

public:
ProvideEditorFactoryAttribute(
	Type^ factoryType,
	short nameResourceID
)

Parameters

factoryType
Type: System::Type^

The object type that implements IVsEditorFactory.

nameResourceID
Type: System::Int16

The resource ID in the unmanaged resource file that contains the localized name of the editor factory.

Return to top
Show: