C# Class NuBuild.VS.NuBuildPropertyPage

Inheritance: Microsoft.VisualStudio.Project.SettingsPage
Afficher le fichier Open project: bspell1/NuBuild

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
NuBuildPropertyPage ( ) : System

Initializes a new property page instance

Méthodes protégées

Méthode Description
ApplyChanges ( ) : Int32

Assigns property values to the project file

BindProperties ( ) : void

Retrieves property values from the project file

Method Details

ApplyChanges() protected méthode

Assigns property values to the project file
protected ApplyChanges ( ) : Int32
Résultat System.Int32

BindProperties() protected méthode

Retrieves property values from the project file
protected BindProperties ( ) : void
Résultat void

NuBuildPropertyPage() public méthode

Initializes a new property page instance
public NuBuildPropertyPage ( ) : System
Résultat System