C# 클래스 XSharp.Project.XSharpFileNode

This class extends the FileNode in order to represent a file within the hierarchy.
상속: Microsoft.VisualStudio.Project.FileNode
파일 보기 프로젝트 열기: X-Sharp/XSharpPublic 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateServices object
GetFileType XSharpFileType
RetrieveImageIndex int
UpdateItemType void
XSharpFileNode System

공개 메소드들

메소드 설명
GetAutomationObject ( ) : object

Gets the automation object for the file node.

GetItemType ( string file ) : string
UpdateHasDesigner ( ) : void

보호된 메소드들

메소드 설명
CreatePropertiesObject ( ) : NodeProperties
DoDefaultAction ( ) : void

Open a file depending on the SubType property associated with the file item in the project file

GetDocumentManager ( ) : DocumentManager

비공개 메소드들

메소드 설명
CreateServices ( Type serviceType ) : object
GetFileType ( string filename ) : XSharpFileType
RetrieveImageIndex ( ) : int
UpdateItemType ( ) : void
XSharpFileNode ( ProjectNode root, ProjectElement e ) : System

Initializes a new instance of the XSharpFileNode class.

메소드 상세

CreatePropertiesObject() 보호된 메소드

protected CreatePropertiesObject ( ) : NodeProperties
리턴 Microsoft.VisualStudio.Project.NodeProperties

DoDefaultAction() 보호된 메소드

Open a file depending on the SubType property associated with the file item in the project file
protected DoDefaultAction ( ) : void
리턴 void

GetAutomationObject() 공개 메소드

Gets the automation object for the file node.
public GetAutomationObject ( ) : object
리턴 object

GetDocumentManager() 보호된 메소드

protected GetDocumentManager ( ) : DocumentManager
리턴 Microsoft.VisualStudio.Project.DocumentManager

GetItemType() 공개 정적인 메소드

public static GetItemType ( string file ) : string
file string
리턴 string

UpdateHasDesigner() 공개 메소드

public UpdateHasDesigner ( ) : void
리턴 void