C# Class WellTyped.Haskell.EditorFactory

Inheritance: IVsEditorFactory
Show file Open project: ndmitchell/VSHaskell

Public Methods

Method Description
EditorFactory ( Microsoft.VisualStudio.Shell.Package parentPackage ) : System

Private Methods

Method Description
IVsEditorFactory ( ) : int
IVsEditorFactory ( System.Guid &rguidLogicalView, string &pbstrPhysicalView ) : int
IVsEditorFactory ( Microsoft.VisualStudio.OLE.Interop.IServiceProvider psp ) : int
IVsEditorFactory ( uint grfCreateDoc, string pszMkDocument, string pszPhysicalView, IVsHierarchy pvHier, uint itemid, IntPtr punkDocDataExisting, IntPtr &ppunkDocView, IntPtr &ppunkDocData, string &pbstrEditorCaption, System.Guid &pguidCmdUI, int &pgrfCDW ) : int

Method Details

EditorFactory() public method

public EditorFactory ( Microsoft.VisualStudio.Shell.Package parentPackage ) : System
parentPackage Microsoft.VisualStudio.Shell.Package
return System