C# Class NuBuild.VS.NuBuildPropertyPage

Inheritance: Microsoft.VisualStudio.Project.SettingsPage
Exibir arquivo Open project: bspell1/NuBuild

Private Properties

Property Type Description

Public Methods

Method Description
NuBuildPropertyPage ( ) : System

Initializes a new property page instance

Protected Methods

Method Description
ApplyChanges ( ) : Int32

Assigns property values to the project file

BindProperties ( ) : void

Retrieves property values from the project file

Method Details

ApplyChanges() protected method

Assigns property values to the project file
protected ApplyChanges ( ) : Int32
return System.Int32

BindProperties() protected method

Retrieves property values from the project file
protected BindProperties ( ) : void
return void

NuBuildPropertyPage() public method

Initializes a new property page instance
public NuBuildPropertyPage ( ) : System
return System