مشاركة عبر


VCPreBuildEventTool Interface

Programmatically accesses the properties on the Pre-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

'إقرار
<GuidAttribute("822CDA87-6D34-43D4-89E6-18A48CC9E3C1")> _
Public Interface VCPreBuildEventTool
'الاستخدام
Dim instance As VCPreBuildEventTool
[GuidAttribute("822CDA87-6D34-43D4-89E6-18A48CC9E3C1")]
public interface VCPreBuildEventTool
[GuidAttribute(L"822CDA87-6D34-43D4-89E6-18A48CC9E3C1")]
public interface class VCPreBuildEventTool
[<GuidAttribute("822CDA87-6D34-43D4-89E6-18A48CC9E3C1")>]
type VCPreBuildEventTool =  interface end
public interface VCPreBuildEventTool

Remarks

See Modifying Project Settings for information about accessing a project's Property Pages dialog box.

See Also

Reference

VCPreBuildEventTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

Specifying Build Events