Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Programmatically accesses the properties on the Post-Build Event property page, in the Build Events folder in a project's Property Pages dialog box.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("52FCB866-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCPostBuildEventTool
'Usage
Dim instance As VCPostBuildEventTool
[GuidAttribute("52FCB866-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCPostBuildEventTool
[GuidAttribute(L"52FCB866-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCPostBuildEventTool
public interface VCPostBuildEventTool
Remarks
See Modifying Project Settings for information on accessing a project's Property Pages dialog box.
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace