C# Class VsTeXProject.GeneralPropertyPage

Inheritance: VsTeXProject.VisualStudio.Project.SettingsPage
Afficher le fichier Open project: mimura1133/vstex

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GeneralPropertyPage ( ) : System

Explicitly defined default constructor.

GetClassName ( ) : string

Returns class FullName property value.

Méthodes protégées

Méthode Description
ApplyChanges ( ) : int

Apply Changes on project node.

BindProperties ( ) : void

Bind properties.

Method Details

ApplyChanges() protected méthode

Apply Changes on project node.
protected ApplyChanges ( ) : int
Résultat int

BindProperties() protected méthode

Bind properties.
protected BindProperties ( ) : void
Résultat void

GeneralPropertyPage() public méthode

Explicitly defined default constructor.
public GeneralPropertyPage ( ) : System
Résultat System

GetClassName() public méthode

Returns class FullName property value.
public GetClassName ( ) : string
Résultat string