IVsENCRebuildableProjectCfg Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("BF031840-AFB9-11D2-AE14-00A0C9110055")> _
Public Interface IVsENCRebuildableProjectCfg
[InterfaceTypeAttribute()]
[GuidAttribute("BF031840-AFB9-11D2-AE14-00A0C9110055")]
public interface IVsENCRebuildableProjectCfg
[InterfaceTypeAttribute()]
[GuidAttribute(L"BF031840-AFB9-11D2-AE14-00A0C9110055")]
public interface class IVsENCRebuildableProjectCfg
[<InterfaceTypeAttribute()>]
[<GuidAttribute("BF031840-AFB9-11D2-AE14-00A0C9110055")>]
type IVsENCRebuildableProjectCfg =  interface end
public interface IVsENCRebuildableProjectCfg

The IVsENCRebuildableProjectCfg type exposes the following members.

Methods

  Name Description
Public method BelongToProject Infrastructure.
Public method CancelENC Infrastructure.
Public method ENCComplete Infrastructure.
Public method ENCRebuild Infrastructure.
Public method ENCRelink Infrastructure.
Public method SetENCProjectBuildOption Infrastructure.
Public method StartDebugging Infrastructure.
Public method StopDebugging Infrastructure.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace