C# 클래스 VsTeXProject.GeneralPropertyPage

상속: VsTeXProject.VisualStudio.Project.SettingsPage
파일 보기 프로젝트 열기: mimura1133/vstex

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GeneralPropertyPage ( ) : System

Explicitly defined default constructor.

GetClassName ( ) : string

Returns class FullName property value.

보호된 메소드들

메소드 설명
ApplyChanges ( ) : int

Apply Changes on project node.

BindProperties ( ) : void

Bind properties.

메소드 상세

ApplyChanges() 보호된 메소드

Apply Changes on project node.
protected ApplyChanges ( ) : int
리턴 int

BindProperties() 보호된 메소드

Bind properties.
protected BindProperties ( ) : void
리턴 void

GeneralPropertyPage() 공개 메소드

Explicitly defined default constructor.
public GeneralPropertyPage ( ) : System
리턴 System

GetClassName() 공개 메소드

Returns class FullName property value.
public GetClassName ( ) : string
리턴 string