This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
Microsoft Logo
Gray Pipe
Developer Network Developer Network Developer
Sign in

Subscriber portal

Get tools
  • Downloads
    • Visual Studio
    • SDKs
    • Trial software
      • Free downloads
      • Office resources
      • SharePoint Server 2013 resources
      • SQL Server 2014 Express resources
      • Windows Server 2012 resources
  • Programs
    • Subscriptions
      • Overview
      • Administrators
    • Students
      • Microsoft Imagine
      • Microsoft Student Partners
    • ISV
    • Startups
    • Events
  • Community
    • Magazine
    • Forums
    • Blogs
    • Channel 9
  • Documentation
    • APIs and reference
    • Dev centers
    • Samples
    • Retired content
search clear
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Visual Studio SDK Reference Visual C++ Project System Interfaces Microsoft.VisualStudio.VCProjectEngine
Microsoft.VisualStudio.VCProjectEngine IVCProjectEngineEvents2 Interface
IVCProjectEngineEvents2 Interface
IVCProjectEngineEvents2 Interface
_dispVCProjectEngineEvents Interface
_dispVCProjectEngineEvents_Event Interface
_dispVCProjectEngineEvents_ItemAddedEventHandler Delegate
_dispVCProjectEngineEvents_ItemMovedEventHandler Delegate
_dispVCProjectEngineEvents_ItemPropertyChange2EventHandler Delegate
_dispVCProjectEngineEvents_ItemPropertyChangeEventHandler Delegate
_dispVCProjectEngineEvents_ItemRemovedEventHandler Delegate
_dispVCProjectEngineEvents_ItemRenamedEventHandler Delegate
_dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler Delegate
_dispVCProjectEngineEvents_ProjectBuildStartedEventHandler Delegate
_dispVCProjectEngineEvents_ReportErrorEventHandler Delegate
_dispVCProjectEngineEvents_SccEventEventHandler Delegate
_dispVCProjectEngineEvents_SinkHelper Class
_dispVCProjectEngineEvents_SolutionLoadedEventHandler Delegate
_VCProjectEngineEvents Interface
addressAwarenessType Enumeration
asmListingOption Enumeration
basicRuntimeCheckOption Enumeration
bldActionTypes Enumeration
browseInfoOption Enumeration
BuildWithPropertySheetType Enumeration
callingConventionOption Enumeration
charSet Enumeration
compileAsManagedOptions Enumeration
CompileAsOptions Enumeration
compilerErrorReportingType Enumeration
ConfigurationTypes Enumeration
cppExceptionHandling Enumeration
debugOption Enumeration
driverOption Enumeration
eCLRImageType Enumeration
eCLRThreadAttribute Enumeration
eDebuggerTypes Enumeration
eFileType Enumeration
enhancedInstructionSetType Enumeration
enumDataExecutionPreventionBOOL Enumeration
enumFileFormat Enumeration
enumFrameworkVersion Enumeration
enumMPIAcceptModes Enumeration
enumRandomizedBaseAddressBOOL Enumeration
enumResourceLangID Enumeration
enumSccEvent Enumeration
eSqlClrPermissionLevel Enumeration
eWebRefUrlBehavior Enumeration
favorSizeOrSpeedOption Enumeration
floatingPointModel Enumeration
inlineExpansionOption Enumeration
IVCBuildCompleteCallback Interface
IVCBuildPropertyStorage Interface
IVCCollection Interface
IVCIdentity Interface
IVCProjectEngineEvents Interface
IVCProjectEngineEvents2 Interface
IVCProjectEngineEvents2 Methods
IVCProjectTargetChange Interface
IVCProjectTargetDescription Interface
IVCRulePropertyStorage Interface
linkAssemblyDebug Enumeration
linkerErrorReportingType Enumeration
linkFixedBaseAddress Enumeration
linkIncrementalType Enumeration
linkProgressOption Enumeration
LinkTimeCodeGenerationOption Enumeration
linkUACExecutionLevel Enumeration
machineTypeOption Enumeration
midlCharOption Enumeration
midlErrorCheckOption Enumeration
midlStructMemberAlignOption Enumeration
midlTargetEnvironment Enumeration
midlWarningLevelOption Enumeration
optFoldingType Enumeration
optimizeOption Enumeration
optManagedIncrementalBuild Enumeration
optRefType Enumeration
optWin98Type Enumeration
pchOption Enumeration
preprocessOption Enumeration
RemoteDebuggerType Enumeration
runtimeLibraryOption Enumeration
structMemberAlignOption Enumeration
subSystemOption Enumeration
SVCProjectEngine Interface
termSvrAwarenessType Enumeration
TypeOfDebugger Enumeration
useOfATL Enumeration
useOfMfc Enumeration
VCActiveXReference Interface
VCALinkTool Interface
VCAssemblyReference Interface
VCBscMakeTool Interface
VCCLCompilerTool Interface
VCConfiguration Interface
VCCustomBuildTool Interface
VCDebugSettings Interface
VCFile Interface
VCFileConfiguration Interface
VCFilter Interface
VCFxCopTool Interface
VCFxCopTool2 Interface
VCLibrarianTool Interface
VCLinkerTool Interface
VCManagedResourceCompilerTool Interface
VCManifestTool Interface
VCMidlTool Interface
VCNMakeTool Interface
VCPlatform Interface
VCPostBuildEventTool Interface
VCPreBuildEventTool Interface
VCPreLinkEventTool Interface
VCProject Interface
VCProjectEngine Interface
VCProjectEngineEvents Interface
VCProjectEngineEventsClass Class
VCProjectEngineObject Interface
VCProjectEngineObjectClass Class
VCProjectItem Interface
VCProjectReference Interface
VCPropertySheet Interface
VCReference Interface
VCReferences Interface
vcRefType Enumeration
VCResourceCompilerTool Interface
VCSdkReference Interface
VCToolFile Interface
VCUserMacro Interface
VCWinRTReference Interface
VCXDCMakeTool Interface
VCXMLDataGeneratorTool Interface
warningLevelOption Enumeration
WholeProgramOptimizationTypes Enumeration
TOC
Collapse the table of content
Expand the table of content
This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.

IVCProjectEngineEvents2 Interface

Visual Studio 2015
Other Versions
  • Visual Studio 2013
  • Visual Studio 2012
  • Visual Studio 2010
 
Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

C#
C++
F#
VB
Copy
[GuidAttribute("157CF85D-7E57-4707-A9B2-43ECD9D57985")]
public interface class IVCProjectEngineEvents2 : IVCProjectEngineEvents

Methods

NameDescription
System_CAPS_pubmethodItemAdded(Object^, Object^)

System_CAPS_pubmethodItemMoved(Object^, Object^, Object^)

System_CAPS_pubmethodItemPropertyChange(Object^, Object^, Int32)

System_CAPS_pubmethodItemPropertyChange2(Object^, String^, String^, String^)

System_CAPS_pubmethodItemRemoved(Object^, Object^)

System_CAPS_pubmethodItemRenamed(Object^, Object^, String^)

System_CAPS_pubmethodProjectBuildFinished(Object^, Int32, Int32, Boolean)

System_CAPS_pubmethodProjectBuildStarted(Object^)

System_CAPS_pubmethodReportError(String^, Int32, String^)

System_CAPS_pubmethodSccEvent(Object^, enumSccEvent)

System_CAPS_pubmethodSolutionLoaded()

See Also

Microsoft.VisualStudio.VCProjectEngine Namespace

Return to top
Show:
Print Export (0)
Print Share
IN THIS ARTICLE
    Is this page helpful?
    Additional feedback?
    1500 characters remaining
    Thank you! We appreciate your feedback.

    Dev centers

    • Windows
    • Office
    • Visual Studio
    • Microsoft Azure
    • More...

    Learning resources

    • Microsoft Virtual Academy
    • Channel 9
    • MSDN Magazine

    Community

    • Forums
    • Blogs
    • Codeplex

    Support

    • Self support

    Programs

    • BizSpark (for startups)
    • Microsoft Imagine (for students)
    United States (English)
    • Newsletter
    • Privacy & cookies
    • Terms of use
    • Trademarks
    logo © 2017 Microsoft
    © 2017 Microsoft