C# Class Microsoft.VisualStudio.Project.ProjectDesignerDocumentManager

Inheritance: DocumentManager
Afficher le fichier Open project: tunnelvisionlabs/MPFProj10

Méthodes publiques

Méthode 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 méthode

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

OpenWithSpecific() public méthode

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
Résultat int

ProjectDesignerDocumentManager() public méthode

public ProjectDesignerDocumentManager ( ProjectNode node ) : System
node ProjectNode
Résultat System