VCPreLinkEventTool Interface
Programmatically accesses the properties on the PreLink 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("52FCB865-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCPreLinkEventTool
'Usage
Dim instance As VCPreLinkEventTool
[GuidAttribute("52FCB865-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCPreLinkEventTool
[GuidAttribute(L"52FCB865-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCPreLinkEventTool
public interface VCPreLinkEventTool
Remarks
See Modifying Project Settings for information about accessing a project's Property Pages dialog box.
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace