ProvideEditorUIContextAttribute(Object, Object) Constructor
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.
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