C# Class Microsoft.VisualStudio.Project.ProjectDesignerDocumentManager

Inheritance: DocumentManager
Mostra file Open project: tunnelvisionlabs/MPFProj10

Public Methods

Method Description
Open ( System.Guid &logicalView, IntPtr docDataExisting, IVsWindowFrame &windowFrame, WindowFrameShowAction windowFrameAction ) : int
OpenWithSpecific ( uint editorFlags, System.Guid &editorType, string physicalView, System.Guid &logicalView, IntPtr docDataExisting, IVsWindowFrame &frame, WindowFrameShowAction windowFrameAction ) : int
ProjectDesignerDocumentManager ( ProjectNode node ) : System

Method Details

Open() public method

public Open ( System.Guid &logicalView, IntPtr docDataExisting, IVsWindowFrame &windowFrame, WindowFrameShowAction windowFrameAction ) : int
logicalView System.Guid
docDataExisting System.IntPtr
windowFrame IVsWindowFrame
windowFrameAction WindowFrameShowAction
return int

OpenWithSpecific() public method

public OpenWithSpecific ( uint editorFlags, System.Guid &editorType, string physicalView, System.Guid &logicalView, IntPtr docDataExisting, IVsWindowFrame &frame, WindowFrameShowAction windowFrameAction ) : int
editorFlags uint
editorType System.Guid
physicalView string
logicalView System.Guid
docDataExisting System.IntPtr
frame IVsWindowFrame
windowFrameAction WindowFrameShowAction
return int

ProjectDesignerDocumentManager() public method

public ProjectDesignerDocumentManager ( ProjectNode node ) : System
node ProjectNode
return System