Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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("4A0BCFA5-1EBF-4B5C-A260-8156A63003FD")> _
Public Interface VCPreLinkEventTool
[GuidAttribute("4A0BCFA5-1EBF-4B5C-A260-8156A63003FD")]
public interface VCPreLinkEventTool
[GuidAttribute(L"4A0BCFA5-1EBF-4B5C-A260-8156A63003FD")]
public interface class VCPreLinkEventTool
[<GuidAttribute("4A0BCFA5-1EBF-4B5C-A260-8156A63003FD")>]
type VCPreLinkEventTool = interface end
public interface VCPreLinkEventTool
The VCPreLinkEventTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CommandLine | Gets or sets a command line for the build event tool to run. |
![]() |
Description | Gets or sets a string that represents the description for the object. |
![]() |
ExcludedFromBuild | Gets or sets a value indicating whether this item is excluded from the build. |
![]() |
ExecutionBucket | Infrastructure. Microsoft Internal Use Only. |
![]() |
ToolKind | Gets the name of the kind of tool this is. |
![]() |
toolName | Gets the name of the specified tool. |
![]() |
ToolPath | Gets the path to the specified tool. |
![]() |
VCProjectEngine | Gets a pointer to the project engine. |
Top
Remarks
See Modifying Project Settings for information about accessing a project's Property Pages dialog box.
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace