ProvideEditorUIContextAttribute(Object, Object) Constructor

Definition

Initializes an instance of ProvideEditorUIContextAttribute

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

Parameters

factoryType
Object

The factory type

uiContext
Object

The UIContext Guid to associate with the editor factory

Applies to