IWizard.BeforeOpeningFile(ProjectItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called before a project item is opened within the editor.
public:
void BeforeOpeningFile(EnvDTE::ProjectItem ^ projectItem);
public:
void BeforeOpeningFile(EnvDTE::ProjectItem ^ projectItem);
void BeforeOpeningFile(EnvDTE::ProjectItem const & projectItem);
public void BeforeOpeningFile (EnvDTE.ProjectItem projectItem);
abstract member BeforeOpeningFile : EnvDTE.ProjectItem -> unit
Public Sub BeforeOpeningFile (projectItem As ProjectItem)
Parameters
- projectItem
- ProjectItem