ProvideEditorAttributeBase(Object) Constructor

Definition

Initializes an instance of ProvideEditorAttributeBase

public:
 ProvideEditorAttributeBase(System::Object ^ factoryType);
public ProvideEditorAttributeBase (object factoryType);
new Microsoft.VisualStudio.Shell.ProvideEditorAttributeBase : obj -> Microsoft.VisualStudio.Shell.ProvideEditorAttributeBase
Public Sub New (factoryType As Object)

Parameters

factoryType
Object

The factory type

Applies to