C# Класс Microsoft.VisualStudio.Project.ProjectNode

Наследование: HierarchyNode, IVsGetCfgProvider, IVsProject3, IVsAggregatableProject, IVsProjectFlavorCfgProvider, IPersistFileFormat, IVsProjectBuildSystem, IVsBuildPropertyStorage, IVsComponentUser, IVsDependencyProvider, IVsSccProject2, IBuildDependencyUpdate, IProjectEventsListener, IProjectEventsProvider, IReferenceContainerProvider, IVsProjectSpecialFiles
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddCATIDMapping void
AddDependentFileNodeToNode HierarchyNode
AddFileNodeToNode HierarchyNode
AddFileToMsBuild ProjectElement
AddFolderToMsBuild ProjectElement
AddIndependentFileNode HierarchyNode
AddItemWithSpecific int
Build MSBuildResult
BuildAsync void
BuildPrelude bool
ClonePropertyGroup Microsoft.Build.Construction.ProjectPropertyGroupElement
CloseAllNodes void
CreateMsBuildFileItem ProjectElement
EndBuild void
GetAssemblyName string
GetBaseDirectoryForAddingFiles string
GetBoolAttr bool
GetBoolAttr bool
GetCATIDForType Guid
GetComponentPickerDirectories string
GetConfigByCanonicalName ProjectConfig
GetItemParentNode HierarchyNode
GetMsBuildProperty Microsoft.Build.Execution.ProjectPropertyInstance
GetNestedProjectForHierarchy NestedProjectNode
GetOutputPath string
GetProjectExtensions Microsoft.Build.Construction.ProjectExtensionsElement
GetProjectOptions ProjectOptions
GetWizardCustomParams Array
IPersistFileFormat int
IVsBuildPropertyStorage int
IVsBuildPropertyStorage int
IVsBuildPropertyStorage int
IVsProjectFlavorCfgProvider int
InitSccInfo void
Initialize void
InvokeMsBuild MSBuildResult
IsFrameworkOnMachine bool
Load void
OnAfterProjectOpen void
OnHandleConfigurationRelatedGlobalProperties void
PerformTargetFrameworkCheck bool
PersistXMLFragments void
QueryEditProjectFile bool
RegisterSccProject void
RunWizard VSADDRESULT
SetBuildProject void
SetProjectExtensions void
SetProjectGuidFromProjectFile void
SetSccSettings bool
SetupProjectGlobalPropertiesThatAllProjectSystemsMustSet void
ShowRetargetingDialog bool
TryBeginBuild bool
UnRegisterProject void
VerifySubFolderExists FolderNode
WrapXmlFragment XmlElement

Открытые методы

Метод Описание
AddBuildDependency ( IVsBuildDependency dependency ) : void
AddComponent ( VSADDCOMPOPERATION dwAddCompOperation, uint cComponents, System rgpcsdComponents, System hwndDialog, VSADDCOMPRESULT pResult ) : int

Add Components to the Project. Used by the environment to add components specified by the user in the Component Selector dialog to the specified project

AddFileFromTemplate ( string source, string target ) : void

Called to add a file to the project from a template. Override to do it yourself if you want to customize the file

AddItem ( uint itemIdLoc, VSADDITEMOPERATION op, string itemName, uint filesToOpen, string files, IntPtr dlgOwner, VSADDRESULT result ) : int
AddProjectReference ( ) : int

Override this method if you want to modify the behavior of the Add Reference dialog By example you could change which pages are visible and which is visible by default.

Build ( string target ) : MSBuildResult

Overloaded method. Invokes MSBuild using the default configuration and does without logging on the output window pane.

Build ( string target, IVsOutputWindowPane output ) : MSBuildResult

Overloaded method. Invokes MSBuild using the default configuration.

Build ( string config, IVsOutputWindowPane output, string target ) : MSBuildResult

Overloaded method to invoke MSBuild

Build ( string config, string target ) : MSBuildResult

Overloaded method to invoke MSBuild. Does not log build results to the output window pane.

BuildTarget ( string targetName, bool &success ) : int
CallMSBuild ( string target ) : MSBuildResult

Calls MSBuild if it is not suspended. Does not log and uses current configuration. If it is suspended then it will remeber to call when msbuild is resumed.

CallMSBuild ( string target, IVsOutputWindowPane output ) : MSBuildResult

Calls MSBuild if it is not suspended. Uses current configuration. If it is suspended then it will remeber to call when msbuild is resumed.

CallMSBuild ( string config, IVsOutputWindowPane output, string target ) : MSBuildResult

Calls MSBuild if it is not suspended. If it is suspended then it will remember to call when msbuild is resumed.

CallMSBuild ( string config, string target ) : MSBuildResult

Overloaded method. Calls MSBuild if it is not suspended. Does not log on the outputwindow. If it is suspended then it will remeber to call when msbuild is resumed.

CancelBatchEdit ( ) : int
Close ( ) : int

Closes the project node.

CreateFileNode ( ProjectElement item ) : FileNode

Create a file node based on an msbuild item.

CreateFileNode ( string file ) : FileNode

Create a file node based on a string.

CreateFolderNodes ( string path ) : HierarchyNode

Walks the subpaths of a project relative path and checks if the folder nodes hierarchy is already there, if not creates it.

CreateProjectOptions ( ) : ProjectOptions

Override this method if you have your own project specific subclass of ProjectOptions

EndBatchEdit ( ) : int
EnumDependencies ( IVsEnumDependencies &enumDependencies ) : int
GenerateUniqueItemName ( uint itemIdLoc, string ext, string suggestedRoot, string &itemName ) : int

for now used by add folder. Called on the ROOT, as only the project should need to implement this. for folders, called with parent folder, blank extension and blank suggested root

GetAggregateProjectTypeGuids ( string &projectTypeGuids ) : int

Retrieve the list of project GUIDs that are aggregated together to make this project.

GetAssemblyName ( string config ) : string

Get the assembly name for a give configuration

GetAutomationObject ( ) : object

Gets the automation object for the project node.

GetBuildSystemKind ( uint &kind ) : int

Used to determine the kind of build system, in VS 2005 there's only one defined kind: MSBuild

GetCfgProvider ( IVsCfgProvider &p ) : int
GetClassID ( Guid &clsid ) : int
GetCompiler ( ) : ICodeCompiler

Returns the Compiler associated to the project

GetCurFile ( string &name, uint &formatIndex ) : int
GetFile ( int fileId, uint flags, uint &itemid, string &fileName ) : int

Allows you to query the project for special files and optionally create them.

GetFormatList ( string &formatlist ) : int
GetGuidProperty ( int propid, Guid &guid ) : int

Gets the GUID value of the node.

GetInner ( ) : HierarchyNode

Get the inner object of an aggregated hierarchy

GetItemContext ( uint itemId, Microsoft &psp ) : int
GetMkDocument ( uint itemId, string &mkDoc ) : int

Callback from the additem dialog. Deals with adding new and existing items

GetMkDocument ( ) : string

Gets the moniker for the project node. That is the full path of the project file.

GetOutputAssembly ( string config ) : string

Get output assembly for a specific configuration name

GetOutputPath ( string config ) : string

Get the output path for a specific configuration name

GetProjectElement ( Microsoft.Build.Evaluation item ) : ProjectElement

This method returns new project element based on existing MSBuild item. It does not modify/add project/build hierarchy at all.

GetProjectProperty ( string propertyName ) : string

Get value of Project property

GetProjectProperty ( string propertyName, bool resetCache ) : string

Return the value of a project property

GetProjectPropertyUnevaluated ( string propertyName ) : string

Gets the unevaluated value of a project property.

GetProperty ( int propId ) : object

Gets the properties of the project node.

GetReferenceContainer ( ) : IReferenceContainer

Returns the reference container node.

GetSccFiles ( uint itemid, CALPOLESTR stringsOut, CADWORD flagsOut ) : int

This method is called to determine which files should be placed under source control for a given VSITEMID within this hierarchy.

GetSccSpecialFiles ( uint itemid, string sccFile, CALPOLESTR stringsOut, CADWORD flagsOut ) : int

This method is called to discover special (hidden files) associated with a given VSITEMID within this hierarchy.

This method is called to discover any special or hidden files associated with an item in the project hierarchy. It is called when GetSccFiles returns with the SFF_HasSpecialFiles flag set for any of the files associated with the node.

GetTargetFramework ( string &ppTargetFramework ) : int
InitNew ( uint formatIndex ) : int
InitializeForOuter ( string filename, string location, string name, uint flags, Guid &iid, IntPtr &projectPointer, int &canceled ) : int

This is where the initialization occurs.

IsCodeFile ( string fileName ) : bool

Determines whether a file is a code file.

IsDirty ( int &isDirty ) : int
IsDocumentInProject ( string mkDoc, int &found, VSDOCUMENTPRIORITY pri, uint &itemId ) : int
IsEmbeddedResource ( string fileName ) : bool

Determines whether the given file is a resource file (resx file).

Load ( string fileName, uint mode, int readOnly ) : int
NodeFromItemId ( uint itemId ) : HierarchyNode

Get Node from ItemID.

NodeHasDesigner ( string itemPath ) : bool

Defines if Node has Designer. By default we do not support designers for nodes

OnAggregationComplete ( ) : int

This is called after the project is done initializing the different layer of the aggregations

OnOpenItem ( string fullPathToSourceFile ) : void

Called when the project opens an editor window for the given file

OnTargetFrameworkMonikerChanged ( ProjectOptions options, FrameworkName currentTargetFramework, FrameworkName newTargetFramework ) : void
OpenDependency ( string szDependencyCanonicalName, IVsDependency &dependency ) : int
OpenItem ( uint itemId, Guid &logicalView, IntPtr punkDocDataExisting, IVsWindowFrame &frame ) : int
OpenItemWithSpecific ( uint itemId, uint editorFlags, Guid &editorType, string physicalView, Guid &logicalView, IntPtr docDataExisting, IVsWindowFrame &frame ) : int
PrepareBuild ( string config, bool cleanBuild ) : void

This is called from the main thread before the background build starts. cleanBuild is not part of the vsopts, but passed down as the callpath is differently PrepareBuild mainly creates directories and cleans house if cleanBuild is true

Remove ( bool removeFromStorage ) : void

Removes items from the hierarchy.

RemoveBuildDependency ( IVsBuildDependency dependency ) : void
RemoveItem ( uint reserved, uint itemId, int &result ) : int
ReopenItem ( uint itemId, Guid &editorType, string physicalView, Guid &logicalView, IntPtr docDataExisting, IVsWindowFrame &frame ) : int
ResolveAssemblyPathInTargetFx ( string prgAssemblySpecs, uint cAssembliesToResolve, VsResolvedAssemblyPath prgResolvedAssemblyPaths, uint &pcResolvedAssemblyPaths ) : int
ResumeMSBuild ( string target ) : void

Resumes MSBuild.

ResumeMSBuild ( string config, IVsOutputWindowPane output, string target ) : void

Resumes MSBuild.

ResumeMSBuild ( string config, string target ) : void

Resumes MSBuild.

Save ( string fileToBeSaved, int remember, uint formatIndex ) : int
SaveCompleted ( string filename ) : int
SccGlyphChanged ( int affectedNodes, uint itemidAffectedNodes, VsStateIcon newGlyphs, uint newSccStatus ) : int

This method is called by the source control portion of the environment to inform the project of changes to the source control glyph on various nodes.

SetAggregateProjectTypeGuids ( string projectTypeGuids ) : int

Set the list of GUIDs that are aggregated together to create this project.

SetEditLabel ( string label ) : int

Renames the project node.

SetGuidProperty ( int propid, Guid &guid ) : int

Sets Guid properties for the project node.

SetHostObject ( string targetName, string taskName, object hostObject ) : int
SetInnerProject ( object innerProject ) : int

We are always the inner most part of the aggregation and as such we don't support setting an inner project

SetProjectFileDirty ( bool value ) : void

Set dirty state of project

SetProjectProperty ( string propertyName, string propertyValue ) : void

Set value of project property

SetProperty ( int propid, object value ) : int

Sets the properties for the project node.

SetSccLocation ( string sccProjectName, string sccAuxPath, string sccLocalPath, string sccProvider ) : int

This method is called by the source control portion of the environment when a project is initially added to source control, or to change some of the project's settings.

SetSite ( Microsoft site ) : int

Sets the service provider from which to access the services.

StartBatchEdit ( ) : int
SuspendMSBuild ( ) : void

Suspends MSBuild

TransferItem ( string oldMkDoc, string newMkDoc, IVsWindowFrame frame ) : int

Implements IVsProject3::TransferItem This function is called when an open miscellaneous file is being transferred to our project. The sequence is for the shell to call AddItemWithSpecific and then use TransferItem to transfer the open document to our project.

UpdateTargetFramework ( IVsHierarchy pHier, string currentTargetFramework, string newTargetFramework ) : int
UpgradeProject ( uint grfUpgradeFlags ) : int

Защищенные методы

Метод Описание
AddDependentFileNode ( MSBuild.ProjectItem>.IDictionary subitems, string key ) : HierarchyNode

This add methos adds the "key" item to the hierarchy, potentially adding other subitems in the process This method may recurse if the parent is an other subitem

If the parent node was found we add the dependent item to it otherwise we add the item ignoring the "DependentUpon" metatdata

AddNewFileNodeToHierarchy ( HierarchyNode parentNode, string fileName ) : void

Adds a new file node to the hierarchy.

AddWebReference ( ) : int

Handles the Add web reference command.

AddWizardCustomParams ( HierarchyNode parent, string itemName, string>.Dictionary customParams ) : void
CanDeleteItem ( __VSDELETEITEMOPERATION deleteOperation ) : bool

Get the boolean value for the deletion of a project item

CanOverwriteExistingItem ( string originalFileName, string computedNewFileName ) : int

Determines whether an item can be owerwritten in the hierarchy.

CleanProject ( ) : int

Handles the clean project command.

CompareNodes ( HierarchyNode node1, HierarchyNode node2 ) : int

Used to sort nodes in the hierarchy.

CreateConfigProvider ( ) : ConfigProvider

Factory method for configuration provider

CreateFolderNode ( string path ) : FolderNode

Create FolderNode from Path

CreateFolderNode ( string path, ProjectElement element ) : FolderNode

To support virtual folders, override this method to return your own folder nodes

CreatePropertiesObject ( ) : NodeProperties
CreateReferenceContainerNode ( ) : ReferenceContainerNode

Factory method for reference container node

Dispose ( bool disposing ) : void

Disposes the project node object.

DoMSBuildSubmission ( BuildKind buildKind, string target, string>.Action uiThreadCallback ) : BuildSubmission

Start MSBuild build submission

ExecCommandOnNode ( Guid cmdGroup, uint cmd, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int

Handles command execution.

FilterItemTypeToBeAddedToHierarchy ( string itemType ) : bool

Filter items that should not be processed as file items. Example: Folders and References.

FlushBuildLoggerContent ( ) : void

Flush any remaining content from build logger. This method is called as part of the callback method passed to the buildsubmission during async build so that results can be printed the the build is fisinshed.

GetConfigurationDependentPropertyPages ( ) : Guid[]

Returns a list of Guids of the configuration dependent property pages. It is called by the GetProperty for VSHPROPID_CfgPropertyPagesCLSIDList property.

GetConfigurationIndependentPropertyPages ( ) : Guid[]

List of Guids of the config independent property pages. It is called by the GetProperty for VSHPROPID_PropertyPagesCLSIDList property.

GetDocumentManager ( ) : DocumentManager

Returns a specific Document manager to handle opening and closing of the Project(Application) Designer if projectdesigner is supported.

GetOutputGroupDescription ( string canonicalName ) : string

Get the description of the given output group.

GetOutputGroupDisplayName ( string canonicalName ) : string

Get the display name of the given output group.

GetOutputGroupNames ( ) : string>>.IList

This is the list of output groups that the configuration object should provide. The first string is the name of the group. The second string is the target name (MSBuild) for that group. To add/remove OutputGroups, simply override this method and edit the list. To get nice display names and description for your groups, override: - GetOutputGroupDisplayName - GetOutputGroupDescription

GetPriorityProjectDesignerPages ( ) : Guid[]

An ordered list of guids of the prefered property pages. See __VSHPROPID.VSHPROPID_PriorityPropertyPagesCLSIDList

GetSelectedNodes ( ) : IList

Gets the list of selected HierarchyNode objects

InitializeProjectProperties ( ) : void

Initialize common project properties with default value if they are empty

The following common project properties are defaulted to projectName (if empty): AssemblyName, Name and RootNamespace. If the project filename is not set then no properties are set

IsCurrentStateASuppressCommandsMode ( ) : bool

Defines whther the current mode of the project is in a supress command mode.

IsFlavorDirty ( ) : int
IsItemTypeFileType ( string type ) : bool

Called by the project to know if the item is a file (that is part of the project) or an intermediate file used by the MSBuild tasks/targets Override this method if your project has more types or different ones

LoadNonBuildInformation ( ) : void

For flavored projects which implement IPersistXMLFragment, load the information now

LoadXmlFragment ( IPersistXMLFragment persistXmlFragment, string configName ) : void

Initialize an object with an XML fragment.

OverwriteExistingItem ( HierarchyNode existingNode ) : void

Handle owerwriting of an existing item in the hierarchy.

ProcessDependentFileNodes ( IList subitemsKeys, MSBuild.ProjectItem>.Dictionary subitems ) : void

Processes dependent filenodes from list of subitems. Multi level supported, but not circular dependencies.

ProcessFiles ( ) : void

Loads file items from the project file into the hierarchy.

ProcessFolders ( ) : void

Loads folders from the project file into the hierarchy.

ProcessReferences ( ) : void

Loads reference items from the project file into the hierarchy.

ProjectNode ( ) : System
QueryStatusOnNode ( Guid cmdGroup, uint cmd, IntPtr pCmdText, QueryStatusResult &result ) : int

Handles command status on the project node. If a command cannot be handled then the base should be called.

Reload ( ) : void

Reload project from project file

RenameProjectFile ( string newFile ) : void

Renames the project file

SaveAs ( string newFileName ) : int

Saves the project file on a new name.

SaveMSBuildProjectFileAs ( string newFileName ) : void

Saves project file related information to the new file name. It also calls msbuild API to save the project file. It is called by the SaveAs method and the SetEditLabel before the project file rename related events are triggered. An implementer can override this method to provide specialized semantics on how the project file is renamed in the msbuild file.

SetBuildConfigurationProperties ( string config ) : void

Set configuration properties for a specific configuration

SetConfiguration ( string configKey ) : void

Set the configuration property in MSBuild. This does not get persisted and is used to evaluate msbuild conditions which are based on the $(Configuration) property.

SetCurrentConfiguration ( ) : void

Set the configuration in MSBuild. This does not get persisted and is used to evaluate msbuild conditions which are based on the $(Configuration) property.

SetOutputLogger ( IVsOutputWindowPane output ) : void

Associate window output pane to the build logger

ShowAllFiles ( ) : int

Handles the shows all objects command.

UnloadProject ( ) : int

Unloads the project.

UpdateSccStateIcons ( ) : void

Recursevily walks the hierarchy nodes and redraws the state icons

Приватные методы

Метод Описание
AddCATIDMapping ( Type type, System.Guid catid ) : void
AddDependentFileNodeToNode ( Microsoft.Build.Evaluation item, HierarchyNode parentNode ) : HierarchyNode

Add a dependent file node to the hierarchy

AddFileNodeToNode ( Microsoft.Build.Evaluation item, HierarchyNode parentNode ) : HierarchyNode

Add a file node to the hierarchy

AddFileToMsBuild ( string file ) : ProjectElement
AddFolderToMsBuild ( string folder ) : ProjectElement
AddIndependentFileNode ( Microsoft.Build.Evaluation item ) : HierarchyNode

Add an item to the hierarchy based on the item path

AddItemWithSpecific ( uint itemIdLoc, VSADDITEMOPERATION op, string itemName, uint filesToOpen, string files, IntPtr dlgOwner, uint editorFlags, Guid &editorType, string physicalView, Guid &logicalView, VSADDRESULT result ) : int
Build ( uint vsopts, string config, IVsOutputWindowPane output, string target ) : MSBuildResult
BuildAsync ( uint vsopts, string config, IVsOutputWindowPane output, string target, string>.Action uiThreadCallback ) : void
BuildPrelude ( IVsOutputWindowPane output ) : bool

Helper for sharing common code between Build() and BuildAsync()

ClonePropertyGroup ( Microsoft.Build.Construction group ) : Microsoft.Build.Construction.ProjectPropertyGroupElement

For internal use only. This creates a copy of an existing configuration and add it to the project. Caller should change the condition on the PropertyGroup. If derived class want to accomplish this, they should call ConfigProvider.AddCfgsOfCfgName() It is expected that in the future MSBuild will have support for this so we don't have to do it manually.

CloseAllNodes ( HierarchyNode node ) : void

Recusively parses the tree and closes all nodes.

CreateMsBuildFileItem ( string file, string itemType ) : ProjectElement
EndBuild ( BuildSubmission submission, bool designTime, bool requiresUIThread = false ) : void

Lets Visual Studio know that we're done with our design-time build so others can use the build manager.

This method must be called on the UI thread.

GetAssemblyName ( Microsoft.Build.Execution properties ) : string
GetBaseDirectoryForAddingFiles ( HierarchyNode nodeToAddFile ) : string

Given a node determines what is the directory that can accept files. If the node is a FoldeNode than it is the Url of the Folder. If the node is a ProjectNode it is the project folder. Otherwise (such as FileNode subitem) it delegate the resolution to the parent node.

GetBoolAttr ( Microsoft.Build.Execution properties, string name ) : bool
GetBoolAttr ( string config, string name ) : bool
GetCATIDForType ( Type type ) : Guid
GetComponentPickerDirectories ( ) : string
GetConfigByCanonicalName ( string configCanonicalName ) : ProjectConfig
GetItemParentNode ( Microsoft.Build.Evaluation item ) : HierarchyNode

Get the parent node of an msbuild item

GetMsBuildProperty ( string propertyName, bool resetCache ) : Microsoft.Build.Execution.ProjectPropertyInstance
GetNestedProjectForHierarchy ( IVsHierarchy hierarchy ) : NestedProjectNode

Checks whether a hierarchy is a nested project.

GetOutputPath ( Microsoft.Build.Execution properties ) : string
GetProjectExtensions ( ) : Microsoft.Build.Construction.ProjectExtensionsElement

Get the project extensions

GetProjectOptions ( string config = null ) : ProjectOptions
GetWizardCustomParams ( HierarchyNode parent, string itemName ) : Array
IPersistFileFormat ( Guid &clsid ) : int
IVsBuildPropertyStorage ( string propertyName, string configName, uint storage ) : int

Delete a property In our case this simply mean defining it as null

IVsBuildPropertyStorage ( string propertyName, string configCanonicalName, uint storage, string &propertyValue ) : int

Get the value of the property in the project file

IVsBuildPropertyStorage ( uint item, string attributeName, string &attributeValue ) : int

Get the property of an item

IVsProjectFlavorCfgProvider ( IVsCfg pBaseProjectCfg, IVsProjectFlavorCfg &ppFlavorCfg ) : int
InitSccInfo ( ) : void

Sets the scc info from the project file.

Initialize ( ) : void

Initialize projectNode

InvokeMsBuild ( string target ) : MSBuildResult
IsFrameworkOnMachine ( ) : bool
Load ( string fileName, string location, string name, uint flags, Guid &iidProject, int &canceled ) : void
OnAfterProjectOpen ( object sender, AfterProjectFileOpenedEventArgs e ) : void
OnHandleConfigurationRelatedGlobalProperties ( object sender, ActiveConfigurationChangedEventArgs eventArgs ) : void
PerformTargetFrameworkCheck ( ) : bool
PersistXMLFragments ( ) : void
QueryEditProjectFile ( bool suppressUI ) : bool

Verify if the file can be written to. Return false if the file is read only and/or not checked out and the user did not give permission to change it. Note that exact behavior can also be affected based on the SCC settings under Tools->Options.

RegisterSccProject ( ) : void
RunWizard ( HierarchyNode parentNode, string itemName, string wizardToRun, IntPtr dlgOwner ) : VSADDRESULT
SetBuildProject ( Microsoft.Build.Evaluation project ) : void

Set the build project with the new project instance value

SetProjectExtensions ( string id, string xmlText ) : void

Set the xmlText as a project extension element with the id passed.

SetProjectGuidFromProjectFile ( ) : void

Sets the project guid from the project file. If no guid is found a new one is created and assigne for the instance project guid.

SetSccSettings ( string sccProjectName, string sccLocalPath, string sccAuxPath, string sccProvider ) : bool

Updates our scc project settings.

SetupProjectGlobalPropertiesThatAllProjectSystemsMustSet ( ) : void

Setup the global properties for project instance.

ShowRetargetingDialog ( ) : bool

TryBeginBuild ( bool designTime, bool requiresUIThread = false ) : bool

Attempts to lock in the privilege of running a build in Visual Studio.

This method must be called on the UI thread.

UnRegisterProject ( ) : void
VerifySubFolderExists ( string path, HierarchyNode parent ) : FolderNode
WrapXmlFragment ( XmlDocument document, XmlElement root, Guid flavor, string configuration, string fragment ) : XmlElement

Описание методов

AddBuildDependency() публичный Метод

public AddBuildDependency ( IVsBuildDependency dependency ) : void
dependency IVsBuildDependency
Результат void

AddComponent() публичный Метод

Add Components to the Project. Used by the environment to add components specified by the user in the Component Selector dialog to the specified project
public AddComponent ( VSADDCOMPOPERATION dwAddCompOperation, uint cComponents, System rgpcsdComponents, System hwndDialog, VSADDCOMPRESULT pResult ) : int
dwAddCompOperation VSADDCOMPOPERATION The component operation to be performed.
cComponents uint Number of components to be added
rgpcsdComponents System array of component selector data
hwndDialog System Handle to the component picker dialog
pResult VSADDCOMPRESULT Result to be returned to the caller
Результат int

AddDependentFileNode() защищенный Метод

This add methos adds the "key" item to the hierarchy, potentially adding other subitems in the process This method may recurse if the parent is an other subitem
If the parent node was found we add the dependent item to it otherwise we add the item ignoring the "DependentUpon" metatdata
protected AddDependentFileNode ( MSBuild.ProjectItem>.IDictionary subitems, string key ) : HierarchyNode
subitems MSBuild.ProjectItem>.IDictionary List of subitems not yet added to the hierarchy
key string Key to retrieve the target item from the subitems list
Результат HierarchyNode

AddFileFromTemplate() публичный Метод

Called to add a file to the project from a template. Override to do it yourself if you want to customize the file
public AddFileFromTemplate ( string source, string target ) : void
source string Full path of template file
target string Full path of file once added to the project
Результат void

AddItem() публичный Метод

public AddItem ( uint itemIdLoc, VSADDITEMOPERATION op, string itemName, uint filesToOpen, string files, IntPtr dlgOwner, VSADDRESULT result ) : int
itemIdLoc uint
op VSADDITEMOPERATION
itemName string
filesToOpen uint
files string
dlgOwner IntPtr
result VSADDRESULT
Результат int

AddNewFileNodeToHierarchy() защищенный Метод

Adds a new file node to the hierarchy.
protected AddNewFileNodeToHierarchy ( HierarchyNode parentNode, string fileName ) : void
parentNode HierarchyNode The parent of the new fileNode
fileName string The file name
Результат void

AddProjectReference() публичный Метод

Override this method if you want to modify the behavior of the Add Reference dialog By example you could change which pages are visible and which is visible by default.
public AddProjectReference ( ) : int
Результат int

AddWebReference() защищенный Метод

Handles the Add web reference command.
protected AddWebReference ( ) : int
Результат int

AddWizardCustomParams() защищенный Метод

protected AddWizardCustomParams ( HierarchyNode parent, string itemName, string>.Dictionary customParams ) : void
parent HierarchyNode
itemName string
customParams string>.Dictionary
Результат void

Build() публичный Метод

Overloaded method. Invokes MSBuild using the default configuration and does without logging on the output window pane.
public Build ( string target ) : MSBuildResult
target string
Результат MSBuildResult

Build() публичный Метод

Overloaded method. Invokes MSBuild using the default configuration.
public Build ( string target, IVsOutputWindowPane output ) : MSBuildResult
target string
output IVsOutputWindowPane
Результат MSBuildResult

Build() публичный Метод

Overloaded method to invoke MSBuild
public Build ( string config, IVsOutputWindowPane output, string target ) : MSBuildResult
config string
output IVsOutputWindowPane
target string
Результат MSBuildResult

Build() публичный Метод

Overloaded method to invoke MSBuild. Does not log build results to the output window pane.
public Build ( string config, string target ) : MSBuildResult
config string
target string
Результат MSBuildResult

BuildTarget() публичный Метод

public BuildTarget ( string targetName, bool &success ) : int
targetName string
success bool
Результат int

CallMSBuild() публичный Метод

Calls MSBuild if it is not suspended. Does not log and uses current configuration. If it is suspended then it will remeber to call when msbuild is resumed.
public CallMSBuild ( string target ) : MSBuildResult
target string
Результат MSBuildResult

CallMSBuild() публичный Метод

Calls MSBuild if it is not suspended. Uses current configuration. If it is suspended then it will remeber to call when msbuild is resumed.
public CallMSBuild ( string target, IVsOutputWindowPane output ) : MSBuildResult
target string
output IVsOutputWindowPane
Результат MSBuildResult

CallMSBuild() публичный Метод

Calls MSBuild if it is not suspended. If it is suspended then it will remember to call when msbuild is resumed.
public CallMSBuild ( string config, IVsOutputWindowPane output, string target ) : MSBuildResult
config string
output IVsOutputWindowPane
target string
Результат MSBuildResult

CallMSBuild() публичный Метод

Overloaded method. Calls MSBuild if it is not suspended. Does not log on the outputwindow. If it is suspended then it will remeber to call when msbuild is resumed.
public CallMSBuild ( string config, string target ) : MSBuildResult
config string
target string
Результат MSBuildResult

CanDeleteItem() защищенный Метод

Get the boolean value for the deletion of a project item
protected CanDeleteItem ( __VSDELETEITEMOPERATION deleteOperation ) : bool
deleteOperation __VSDELETEITEMOPERATION A flag that specifies the type of delete operation (delete from storage or remove from project)
Результат bool

CanOverwriteExistingItem() защищенный Метод

Determines whether an item can be owerwritten in the hierarchy.
protected CanOverwriteExistingItem ( string originalFileName, string computedNewFileName ) : int
originalFileName string The orginal filname.
computedNewFileName string The computed new file name, that will be copied to the project directory or into the folder .
Результат int

CancelBatchEdit() публичный Метод

public CancelBatchEdit ( ) : int
Результат int

CleanProject() защищенный Метод

Handles the clean project command.
protected CleanProject ( ) : int
Результат int

Close() публичный Метод

Closes the project node.
public Close ( ) : int
Результат int

CompareNodes() защищенный Метод

Used to sort nodes in the hierarchy.
protected CompareNodes ( HierarchyNode node1, HierarchyNode node2 ) : int
node1 HierarchyNode
node2 HierarchyNode
Результат int

CreateConfigProvider() защищенный Метод

Factory method for configuration provider
protected CreateConfigProvider ( ) : ConfigProvider
Результат ConfigProvider

CreateFileNode() публичный Метод

Create a file node based on an msbuild item.
public CreateFileNode ( ProjectElement item ) : FileNode
item ProjectElement msbuild item
Результат FileNode

CreateFileNode() публичный Метод

Create a file node based on a string.
public CreateFileNode ( string file ) : FileNode
file string filename of the new filenode
Результат FileNode

CreateFolderNode() защищенный Метод

Create FolderNode from Path
protected CreateFolderNode ( string path ) : FolderNode
path string Path to folder
Результат FolderNode

CreateFolderNode() защищенный Метод

To support virtual folders, override this method to return your own folder nodes
protected CreateFolderNode ( string path, ProjectElement element ) : FolderNode
path string Path to store for this folder
element ProjectElement Element corresponding to the folder
Результат FolderNode

CreateFolderNodes() публичный Метод

Walks the subpaths of a project relative path and checks if the folder nodes hierarchy is already there, if not creates it.
public CreateFolderNodes ( string path ) : HierarchyNode
path string
Результат HierarchyNode

CreateProjectOptions() публичный Метод

Override this method if you have your own project specific subclass of ProjectOptions
public CreateProjectOptions ( ) : ProjectOptions
Результат ProjectOptions

CreatePropertiesObject() защищенный Метод

protected CreatePropertiesObject ( ) : NodeProperties
Результат NodeProperties

CreateReferenceContainerNode() защищенный Метод

Factory method for reference container node
protected CreateReferenceContainerNode ( ) : ReferenceContainerNode
Результат ReferenceContainerNode

Dispose() защищенный Метод

Disposes the project node object.
protected Dispose ( bool disposing ) : void
disposing bool Flag determining ehether it was deterministic or non deterministic clean up.
Результат void

DoMSBuildSubmission() защищенный Метод

Start MSBuild build submission
protected DoMSBuildSubmission ( BuildKind buildKind, string target, string>.Action uiThreadCallback ) : BuildSubmission
buildKind BuildKind Is it a Sync or ASync build
target string target to build
uiThreadCallback string>.Action callback to be run UI thread
Результат BuildSubmission

EndBatchEdit() публичный Метод

public EndBatchEdit ( ) : int
Результат int

EnumDependencies() публичный Метод

public EnumDependencies ( IVsEnumDependencies &enumDependencies ) : int
enumDependencies IVsEnumDependencies
Результат int

ExecCommandOnNode() защищенный Метод

Handles command execution.
protected ExecCommandOnNode ( Guid cmdGroup, uint cmd, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
cmdGroup Guid Unique identifier of the command group
cmd uint The command to be executed.
nCmdexecopt uint Values describe how the object should execute the command.
pvaIn IntPtr Pointer to a VARIANTARG structure containing input arguments. Can be NULL
pvaOut IntPtr VARIANTARG structure to receive command output. Can be NULL.
Результат int

FilterItemTypeToBeAddedToHierarchy() защищенный Метод

Filter items that should not be processed as file items. Example: Folders and References.
protected FilterItemTypeToBeAddedToHierarchy ( string itemType ) : bool
itemType string
Результат bool

FlushBuildLoggerContent() защищенный Метод

Flush any remaining content from build logger. This method is called as part of the callback method passed to the buildsubmission during async build so that results can be printed the the build is fisinshed.
protected FlushBuildLoggerContent ( ) : void
Результат void

GenerateUniqueItemName() публичный Метод

for now used by add folder. Called on the ROOT, as only the project should need to implement this. for folders, called with parent folder, blank extension and blank suggested root
public GenerateUniqueItemName ( uint itemIdLoc, string ext, string suggestedRoot, string &itemName ) : int
itemIdLoc uint
ext string
suggestedRoot string
itemName string
Результат int

GetAggregateProjectTypeGuids() публичный Метод

Retrieve the list of project GUIDs that are aggregated together to make this project.
public GetAggregateProjectTypeGuids ( string &projectTypeGuids ) : int
projectTypeGuids string Semi colon separated list of Guids. Typically, the last GUID would be the GUID of the base project factory
Результат int

GetAssemblyName() публичный Метод

Get the assembly name for a give configuration
public GetAssemblyName ( string config ) : string
config string the matching configuration in the msbuild file
Результат string

GetAutomationObject() публичный Метод

Gets the automation object for the project node.
public GetAutomationObject ( ) : object
Результат object

GetBuildSystemKind() публичный Метод

Used to determine the kind of build system, in VS 2005 there's only one defined kind: MSBuild
public GetBuildSystemKind ( uint &kind ) : int
kind uint
Результат int

GetCfgProvider() публичный Метод

public GetCfgProvider ( IVsCfgProvider &p ) : int
p IVsCfgProvider
Результат int

GetClassID() публичный Метод

public GetClassID ( Guid &clsid ) : int
clsid Guid
Результат int

GetCompiler() публичный Метод

Returns the Compiler associated to the project
public GetCompiler ( ) : ICodeCompiler
Результат ICodeCompiler

GetConfigurationDependentPropertyPages() защищенный Метод

Returns a list of Guids of the configuration dependent property pages. It is called by the GetProperty for VSHPROPID_CfgPropertyPagesCLSIDList property.
protected GetConfigurationDependentPropertyPages ( ) : Guid[]
Результат Guid[]

GetConfigurationIndependentPropertyPages() защищенный Метод

List of Guids of the config independent property pages. It is called by the GetProperty for VSHPROPID_PropertyPagesCLSIDList property.
protected GetConfigurationIndependentPropertyPages ( ) : Guid[]
Результат Guid[]

GetCurFile() публичный Метод

public GetCurFile ( string &name, uint &formatIndex ) : int
name string
formatIndex uint
Результат int

GetDocumentManager() защищенный Метод

Returns a specific Document manager to handle opening and closing of the Project(Application) Designer if projectdesigner is supported.
protected GetDocumentManager ( ) : DocumentManager
Результат DocumentManager

GetFile() публичный Метод

Allows you to query the project for special files and optionally create them.
public GetFile ( int fileId, uint flags, uint &itemid, string &fileName ) : int
fileId int __PSFFILEID of the file
flags uint __PSFFLAGS flags for the file
itemid uint The itemid of the node in the hierarchy
fileName string The file name of the special file.
Результат int

GetFormatList() публичный Метод

public GetFormatList ( string &formatlist ) : int
formatlist string
Результат int

GetGuidProperty() публичный Метод

Gets the GUID value of the node.
public GetGuidProperty ( int propid, Guid &guid ) : int
propid int A __VSHPROPID or __VSHPROPID2 value of the guid property
guid Guid The guid to return for the property.
Результат int

GetInner() публичный Метод

Get the inner object of an aggregated hierarchy
public GetInner ( ) : HierarchyNode
Результат HierarchyNode

GetItemContext() публичный Метод

public GetItemContext ( uint itemId, Microsoft &psp ) : int
itemId uint
psp Microsoft
Результат int

GetMkDocument() публичный Метод

Callback from the additem dialog. Deals with adding new and existing items
public GetMkDocument ( uint itemId, string &mkDoc ) : int
itemId uint
mkDoc string
Результат int

GetMkDocument() публичный Метод

Gets the moniker for the project node. That is the full path of the project file.
public GetMkDocument ( ) : string
Результат string

GetOutputAssembly() публичный Метод

Get output assembly for a specific configuration name
public GetOutputAssembly ( string config ) : string
config string Name of configuration
Результат string

GetOutputGroupDescription() защищенный Метод

Get the description of the given output group.
protected GetOutputGroupDescription ( string canonicalName ) : string
canonicalName string Canonical name of the output group
Результат string

GetOutputGroupDisplayName() защищенный Метод

Get the display name of the given output group.
protected GetOutputGroupDisplayName ( string canonicalName ) : string
canonicalName string Canonical name of the output group
Результат string

GetOutputGroupNames() защищенный Метод

This is the list of output groups that the configuration object should provide. The first string is the name of the group. The second string is the target name (MSBuild) for that group. To add/remove OutputGroups, simply override this method and edit the list. To get nice display names and description for your groups, override: - GetOutputGroupDisplayName - GetOutputGroupDescription
protected GetOutputGroupNames ( ) : string>>.IList
Результат string>>.IList

GetOutputPath() публичный Метод

Get the output path for a specific configuration name
public GetOutputPath ( string config ) : string
config string name of configuration
Результат string

GetPriorityProjectDesignerPages() защищенный Метод

An ordered list of guids of the prefered property pages. See __VSHPROPID.VSHPROPID_PriorityPropertyPagesCLSIDList
protected GetPriorityProjectDesignerPages ( ) : Guid[]
Результат Guid[]

GetProjectElement() публичный Метод

This method returns new project element based on existing MSBuild item. It does not modify/add project/build hierarchy at all.
public GetProjectElement ( Microsoft.Build.Evaluation item ) : ProjectElement
item Microsoft.Build.Evaluation MSBuild item instance
Результат ProjectElement

GetProjectProperty() публичный Метод

Get value of Project property
public GetProjectProperty ( string propertyName ) : string
propertyName string Name of Property to retrieve
Результат string

GetProjectProperty() публичный Метод

Return the value of a project property
public GetProjectProperty ( string propertyName, bool resetCache ) : string
propertyName string Name of the property to get
resetCache bool True to avoid using the cache
Результат string

GetProjectPropertyUnevaluated() публичный Метод

Gets the unevaluated value of a project property.
public GetProjectPropertyUnevaluated ( string propertyName ) : string
propertyName string The name of the property to retrieve.
Результат string

GetProperty() публичный Метод

Gets the properties of the project node.
public GetProperty ( int propId ) : object
propId int The __VSHPROPID of the property.
Результат object

GetReferenceContainer() публичный Метод

Returns the reference container node.
public GetReferenceContainer ( ) : IReferenceContainer
Результат IReferenceContainer

GetSccFiles() публичный Метод

This method is called to determine which files should be placed under source control for a given VSITEMID within this hierarchy.
public GetSccFiles ( uint itemid, CALPOLESTR stringsOut, CADWORD flagsOut ) : int
itemid uint Identifier for the VSITEMID being queried.
stringsOut CALPOLESTR Pointer to an array of CALPOLESTR strings containing the file names for this item.
flagsOut CADWORD Pointer to a CADWORD array of flags stored in DWORDs indicating that some of the files have special behaviors.
Результат int

GetSccSpecialFiles() публичный Метод

This method is called to discover special (hidden files) associated with a given VSITEMID within this hierarchy.
This method is called to discover any special or hidden files associated with an item in the project hierarchy. It is called when GetSccFiles returns with the SFF_HasSpecialFiles flag set for any of the files associated with the node.
public GetSccSpecialFiles ( uint itemid, string sccFile, CALPOLESTR stringsOut, CADWORD flagsOut ) : int
itemid uint Identifier for the VSITEMID being queried.
sccFile string One of the files associated with the node
stringsOut CALPOLESTR Pointer to an array of CALPOLESTR strings containing the file names for this item.
flagsOut CADWORD Pointer to a CADWORD array of flags stored in DWORDs indicating that some of the files have special behaviors.
Результат int

GetSelectedNodes() защищенный Метод

Gets the list of selected HierarchyNode objects
protected GetSelectedNodes ( ) : IList
Результат IList

GetTargetFramework() публичный Метод

public GetTargetFramework ( string &ppTargetFramework ) : int
ppTargetFramework string
Результат int

InitNew() публичный Метод

public InitNew ( uint formatIndex ) : int
formatIndex uint
Результат int

InitializeForOuter() публичный Метод

This is where the initialization occurs.
public InitializeForOuter ( string filename, string location, string name, uint flags, Guid &iid, IntPtr &projectPointer, int &canceled ) : int
filename string
location string
name string
flags uint
iid Guid
projectPointer IntPtr
canceled int
Результат int

InitializeProjectProperties() защищенный Метод

Initialize common project properties with default value if they are empty
The following common project properties are defaulted to projectName (if empty): AssemblyName, Name and RootNamespace. If the project filename is not set then no properties are set
protected InitializeProjectProperties ( ) : void
Результат void

IsCodeFile() публичный Метод

Determines whether a file is a code file.
public IsCodeFile ( string fileName ) : bool
fileName string Name of the file to be evaluated
Результат bool

IsCurrentStateASuppressCommandsMode() защищенный Метод

Defines whther the current mode of the project is in a supress command mode.
protected IsCurrentStateASuppressCommandsMode ( ) : bool
Результат bool

IsDirty() публичный Метод

public IsDirty ( int &isDirty ) : int
isDirty int
Результат int

IsDocumentInProject() публичный Метод

public IsDocumentInProject ( string mkDoc, int &found, VSDOCUMENTPRIORITY pri, uint &itemId ) : int
mkDoc string
found int
pri VSDOCUMENTPRIORITY
itemId uint
Результат int

IsEmbeddedResource() публичный Метод

Determines whether the given file is a resource file (resx file).
public IsEmbeddedResource ( string fileName ) : bool
fileName string Name of the file to be evaluated.
Результат bool

IsFlavorDirty() защищенный Метод

protected IsFlavorDirty ( ) : int
Результат int

IsItemTypeFileType() защищенный Метод

Called by the project to know if the item is a file (that is part of the project) or an intermediate file used by the MSBuild tasks/targets Override this method if your project has more types or different ones
protected IsItemTypeFileType ( string type ) : bool
type string Type name
Результат bool

Load() публичный Метод

public Load ( string fileName, uint mode, int readOnly ) : int
fileName string
mode uint
readOnly int
Результат int

LoadNonBuildInformation() защищенный Метод

For flavored projects which implement IPersistXMLFragment, load the information now
protected LoadNonBuildInformation ( ) : void
Результат void

LoadXmlFragment() защищенный Метод

Initialize an object with an XML fragment.
protected LoadXmlFragment ( IPersistXMLFragment persistXmlFragment, string configName ) : void
persistXmlFragment IPersistXMLFragment
configName string Name of the configuration being initialized, null if it is the project
Результат void

NodeFromItemId() публичный Метод

Get Node from ItemID.
public NodeFromItemId ( uint itemId ) : HierarchyNode
itemId uint ItemID for the requested node
Результат HierarchyNode

NodeHasDesigner() публичный Метод

Defines if Node has Designer. By default we do not support designers for nodes
public NodeHasDesigner ( string itemPath ) : bool
itemPath string Path to item to query for designer support
Результат bool

OnAggregationComplete() публичный Метод

This is called after the project is done initializing the different layer of the aggregations
public OnAggregationComplete ( ) : int
Результат int

OnOpenItem() публичный Метод

Called when the project opens an editor window for the given file
public OnOpenItem ( string fullPathToSourceFile ) : void
fullPathToSourceFile string
Результат void

OnTargetFrameworkMonikerChanged() публичный Метод

public OnTargetFrameworkMonikerChanged ( ProjectOptions options, FrameworkName currentTargetFramework, FrameworkName newTargetFramework ) : void
options ProjectOptions
currentTargetFramework FrameworkName
newTargetFramework FrameworkName
Результат void

OpenDependency() публичный Метод

public OpenDependency ( string szDependencyCanonicalName, IVsDependency &dependency ) : int
szDependencyCanonicalName string
dependency IVsDependency
Результат int

OpenItem() публичный Метод

public OpenItem ( uint itemId, Guid &logicalView, IntPtr punkDocDataExisting, IVsWindowFrame &frame ) : int
itemId uint
logicalView Guid
punkDocDataExisting IntPtr
frame IVsWindowFrame
Результат int

OpenItemWithSpecific() публичный Метод

public OpenItemWithSpecific ( uint itemId, uint editorFlags, Guid &editorType, string physicalView, Guid &logicalView, IntPtr docDataExisting, IVsWindowFrame &frame ) : int
itemId uint
editorFlags uint
editorType Guid
physicalView string
logicalView Guid
docDataExisting IntPtr
frame IVsWindowFrame
Результат int

OverwriteExistingItem() защищенный Метод

Handle owerwriting of an existing item in the hierarchy.
protected OverwriteExistingItem ( HierarchyNode existingNode ) : void
existingNode HierarchyNode The node that exists.
Результат void

PrepareBuild() публичный Метод

This is called from the main thread before the background build starts. cleanBuild is not part of the vsopts, but passed down as the callpath is differently PrepareBuild mainly creates directories and cleans house if cleanBuild is true
public PrepareBuild ( string config, bool cleanBuild ) : void
config string
cleanBuild bool
Результат void

ProcessDependentFileNodes() защищенный Метод

Processes dependent filenodes from list of subitems. Multi level supported, but not circular dependencies.
protected ProcessDependentFileNodes ( IList subitemsKeys, MSBuild.ProjectItem>.Dictionary subitems ) : void
subitemsKeys IList List of sub item keys
subitems MSBuild.ProjectItem>.Dictionary
Результат void

ProcessFiles() защищенный Метод

Loads file items from the project file into the hierarchy.
protected ProcessFiles ( ) : void
Результат void

ProcessFolders() защищенный Метод

Loads folders from the project file into the hierarchy.
protected ProcessFolders ( ) : void
Результат void

ProcessReferences() защищенный Метод

Loads reference items from the project file into the hierarchy.
protected ProcessReferences ( ) : void
Результат void

ProjectNode() защищенный Метод

protected ProjectNode ( ) : System
Результат System

QueryStatusOnNode() защищенный Метод

Handles command status on the project node. If a command cannot be handled then the base should be called.
protected QueryStatusOnNode ( Guid cmdGroup, uint cmd, IntPtr pCmdText, QueryStatusResult &result ) : int
cmdGroup Guid A unique identifier of the command group. The pguidCmdGroup parameter can be NULL to specify the standard group.
cmd uint The command to query status for.
pCmdText IntPtr Pointer to an OLECMDTEXT structure in which to return the name and/or status information of a single command. Can be NULL to indicate that the caller does not require this information.
result QueryStatusResult An out parameter specifying the QueryStatusResult of the command.
Результат int

Reload() защищенный Метод

Reload project from project file
protected Reload ( ) : void
Результат void

Remove() публичный Метод

Removes items from the hierarchy.
public Remove ( bool removeFromStorage ) : void
removeFromStorage bool
Результат void

RemoveBuildDependency() публичный Метод

public RemoveBuildDependency ( IVsBuildDependency dependency ) : void
dependency IVsBuildDependency
Результат void

RemoveItem() публичный Метод

public RemoveItem ( uint reserved, uint itemId, int &result ) : int
reserved uint
itemId uint
result int
Результат int

RenameProjectFile() защищенный Метод

Renames the project file
protected RenameProjectFile ( string newFile ) : void
newFile string The full path of the new project file.
Результат void

ReopenItem() публичный Метод

public ReopenItem ( uint itemId, Guid &editorType, string physicalView, Guid &logicalView, IntPtr docDataExisting, IVsWindowFrame &frame ) : int
itemId uint
editorType Guid
physicalView string
logicalView Guid
docDataExisting IntPtr
frame IVsWindowFrame
Результат int

ResolveAssemblyPathInTargetFx() публичный Метод

public ResolveAssemblyPathInTargetFx ( string prgAssemblySpecs, uint cAssembliesToResolve, VsResolvedAssemblyPath prgResolvedAssemblyPaths, uint &pcResolvedAssemblyPaths ) : int
prgAssemblySpecs string
cAssembliesToResolve uint
prgResolvedAssemblyPaths VsResolvedAssemblyPath
pcResolvedAssemblyPaths uint
Результат int

ResumeMSBuild() публичный Метод

Resumes MSBuild.
public ResumeMSBuild ( string target ) : void
target string
Результат void

ResumeMSBuild() публичный Метод

Resumes MSBuild.
public ResumeMSBuild ( string config, IVsOutputWindowPane output, string target ) : void
config string
output IVsOutputWindowPane
target string
Результат void

ResumeMSBuild() публичный Метод

Resumes MSBuild.
public ResumeMSBuild ( string config, string target ) : void
config string
target string
Результат void

Save() публичный Метод

public Save ( string fileToBeSaved, int remember, uint formatIndex ) : int
fileToBeSaved string
remember int
formatIndex uint
Результат int

SaveAs() защищенный Метод

Saves the project file on a new name.
protected SaveAs ( string newFileName ) : int
newFileName string The new name of the project file.
Результат int

SaveCompleted() публичный Метод

public SaveCompleted ( string filename ) : int
filename string
Результат int

SaveMSBuildProjectFileAs() защищенный Метод

Saves project file related information to the new file name. It also calls msbuild API to save the project file. It is called by the SaveAs method and the SetEditLabel before the project file rename related events are triggered. An implementer can override this method to provide specialized semantics on how the project file is renamed in the msbuild file.
protected SaveMSBuildProjectFileAs ( string newFileName ) : void
newFileName string The new full path of the project file
Результат void

SccGlyphChanged() публичный Метод

This method is called by the source control portion of the environment to inform the project of changes to the source control glyph on various nodes.
public SccGlyphChanged ( int affectedNodes, uint itemidAffectedNodes, VsStateIcon newGlyphs, uint newSccStatus ) : int
affectedNodes int Count of changed nodes.
itemidAffectedNodes uint An array of VSITEMID identifiers of the changed nodes.
newGlyphs VsStateIcon An array of VsStateIcon glyphs representing the new state of the corresponding item in rgitemidAffectedNodes.
newSccStatus uint An array of status flags from SccStatus corresponding to rgitemidAffectedNodes.
Результат int

SetAggregateProjectTypeGuids() публичный Метод

Set the list of GUIDs that are aggregated together to create this project.
public SetAggregateProjectTypeGuids ( string projectTypeGuids ) : int
projectTypeGuids string Semi-colon separated list of GUIDs, the last one is usually the project factory of the base project factory
Результат int

SetBuildConfigurationProperties() защищенный Метод

Set configuration properties for a specific configuration
protected SetBuildConfigurationProperties ( string config ) : void
config string configuration name
Результат void

SetConfiguration() защищенный Метод

Set the configuration property in MSBuild. This does not get persisted and is used to evaluate msbuild conditions which are based on the $(Configuration) property.
protected SetConfiguration ( string configKey ) : void
configKey string Configuration name
Результат void

SetCurrentConfiguration() защищенный Метод

Set the configuration in MSBuild. This does not get persisted and is used to evaluate msbuild conditions which are based on the $(Configuration) property.
protected SetCurrentConfiguration ( ) : void
Результат void

SetEditLabel() публичный Метод

Renames the project node.
public SetEditLabel ( string label ) : int
label string The new name
Результат int

SetGuidProperty() публичный Метод

Sets Guid properties for the project node.
public SetGuidProperty ( int propid, Guid &guid ) : int
propid int A __VSHPROPID or __VSHPROPID2 value of the guid property
guid Guid The guid value to set.
Результат int

SetHostObject() публичный Метод

public SetHostObject ( string targetName, string taskName, object hostObject ) : int
targetName string
taskName string
hostObject object
Результат int

SetInnerProject() публичный Метод

We are always the inner most part of the aggregation and as such we don't support setting an inner project
public SetInnerProject ( object innerProject ) : int
innerProject object
Результат int

SetOutputLogger() защищенный Метод

Associate window output pane to the build logger
protected SetOutputLogger ( IVsOutputWindowPane output ) : void
output IVsOutputWindowPane
Результат void

SetProjectFileDirty() публичный Метод

Set dirty state of project
public SetProjectFileDirty ( bool value ) : void
value bool boolean value indicating dirty state
Результат void

SetProjectProperty() публичный Метод

Set value of project property
public SetProjectProperty ( string propertyName, string propertyValue ) : void
propertyName string Name of property
propertyValue string Value of property
Результат void

SetProperty() публичный Метод

Sets the properties for the project node.
public SetProperty ( int propid, object value ) : int
propid int Identifier of the hierarchy property. For a list of propid values,
value object The value to set.
Результат int

SetSccLocation() публичный Метод

This method is called by the source control portion of the environment when a project is initially added to source control, or to change some of the project's settings.
public SetSccLocation ( string sccProjectName, string sccAuxPath, string sccLocalPath, string sccProvider ) : int
sccProjectName string String, opaque to the project, that identifies the project location on the server. Persist this string in the project file.
sccAuxPath string String, opaque to the project, that identifies the local path to the project. Persist this string in the project file.
sccLocalPath string String, opaque to the project, that identifies the path to the server. Persist this string in the project file.
sccProvider string String, opaque to the project, that identifies the source control package. Persist this string in the project file.
Результат int

SetSite() публичный Метод

Sets the service provider from which to access the services.
public SetSite ( Microsoft site ) : int
site Microsoft An instance to an Microsoft.VisualStudio.OLE.Interop object
Результат int

ShowAllFiles() защищенный Метод

Handles the shows all objects command.
protected ShowAllFiles ( ) : int
Результат int

StartBatchEdit() публичный Метод

public StartBatchEdit ( ) : int
Результат int

SuspendMSBuild() публичный Метод

Suspends MSBuild
public SuspendMSBuild ( ) : void
Результат void

TransferItem() публичный Метод

Implements IVsProject3::TransferItem This function is called when an open miscellaneous file is being transferred to our project. The sequence is for the shell to call AddItemWithSpecific and then use TransferItem to transfer the open document to our project.
public TransferItem ( string oldMkDoc, string newMkDoc, IVsWindowFrame frame ) : int
oldMkDoc string Old document name
newMkDoc string New document name
frame IVsWindowFrame Optional frame if the document is open
Результат int

UnloadProject() защищенный Метод

Unloads the project.
protected UnloadProject ( ) : int
Результат int

UpdateSccStateIcons() защищенный Метод

Recursevily walks the hierarchy nodes and redraws the state icons
protected UpdateSccStateIcons ( ) : void
Результат void

UpdateTargetFramework() публичный Метод

public UpdateTargetFramework ( IVsHierarchy pHier, string currentTargetFramework, string newTargetFramework ) : int
pHier IVsHierarchy
currentTargetFramework string
newTargetFramework string
Результат int

UpgradeProject() публичный Метод

public UpgradeProject ( uint grfUpgradeFlags ) : int
grfUpgradeFlags uint
Результат int