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 | |
---|---|---|
BelongToProject | Infrastructure. | |
CancelENC | Infrastructure. | |
ENCComplete | Infrastructure. | |
ENCRebuild | Infrastructure. | |
ENCRelink | Infrastructure. | |
SetENCProjectBuildOption | Infrastructure. | |
StartDebugging | Infrastructure. | |
StopDebugging | Infrastructure. |
Top