C# Class FSharp.ProjectExtender.Commands.ProjectExtender

Inheritance: Microsoft.VisualStudio.Shell.OleMenuCommand
显示文件 Open project: Hill30/F--Project-Extender

Public Methods

Method Description
ProjectExtender ( ) : System

Private Methods

Method Description
Execute ( object sender, EventArgs e ) : void
ModifyProject ( IVsProject vsProject, string>.Func effector ) : void

Modifies the loaded project by changing the project's proj file

QueryStatus ( object sender, EventArgs e ) : void

Modifies caption on the project extender command

disable_extender ( string old_types ) : string
enable_extender ( string old_types ) : string

Modifies the XML to enable the extender

get_ProjectTypeGuids ( ProjectNode project ) : string
set_ProjectTypeGuids ( ProjectNode project, string value ) : void

Method Details

ProjectExtender() public method

public ProjectExtender ( ) : System
return System