C# 클래스 Microsoft.VisualStudio.Project.ProjectDesignerDocumentManager

상속: DocumentManager
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10

공개 메소드들

메소드 설명
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

메소드 상세

Open() 공개 메소드

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

OpenWithSpecific() 공개 메소드

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
리턴 int

ProjectDesignerDocumentManager() 공개 메소드

public ProjectDesignerDocumentManager ( ProjectNode node ) : System
node ProjectNode
리턴 System