ProvideEditorFactoryAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProvideEditorFactoryAttribute(Type, Int16) |
This constructor creates a new ProvideEditorFactoryAttribute object. |
ProvideEditorFactoryAttribute(Type, Int16, Boolean) |
ProvideEditorFactoryAttribute(Type, Int16)
This constructor creates a new ProvideEditorFactoryAttribute object.
public:
ProvideEditorFactoryAttribute(Type ^ factoryType, short nameResourceID);
public:
ProvideEditorFactoryAttribute(Platform::Type ^ factoryType, short nameResourceID);
public ProvideEditorFactoryAttribute (Type factoryType, short nameResourceID);
new Microsoft.VisualStudio.Shell.ProvideEditorFactoryAttribute : Type * int16 -> Microsoft.VisualStudio.Shell.ProvideEditorFactoryAttribute
Public Sub New (factoryType As Type, nameResourceID As Short)
Parameters
- factoryType
- Type
The object type that implements IVsEditorFactory.
- nameResourceID
- Int16
The resource ID in the unmanaged resource file that contains the localized name of the editor factory.
Applies to
ProvideEditorFactoryAttribute(Type, Int16, Boolean)
public:
ProvideEditorFactoryAttribute(Type ^ factoryType, short nameResourceID, bool deferUntilIntellisenseIsReady);
public ProvideEditorFactoryAttribute (Type factoryType, short nameResourceID, bool deferUntilIntellisenseIsReady);
new Microsoft.VisualStudio.Shell.ProvideEditorFactoryAttribute : Type * int16 * bool -> Microsoft.VisualStudio.Shell.ProvideEditorFactoryAttribute
Public Sub New (factoryType As Type, nameResourceID As Short, deferUntilIntellisenseIsReady As Boolean)
Parameters
- factoryType
- Type
- nameResourceID
- Int16
- deferUntilIntellisenseIsReady
- Boolean