IVsENCRebuildableProjectCfg2 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
<GuidAttribute("D13E943A-9EE0-457F-8766-7D8B6BC06565")> _
<InterfaceTypeAttribute()> _
Public Interface IVsENCRebuildableProjectCfg2
[GuidAttribute("D13E943A-9EE0-457F-8766-7D8B6BC06565")]
[InterfaceTypeAttribute()]
public interface IVsENCRebuildableProjectCfg2
[GuidAttribute(L"D13E943A-9EE0-457F-8766-7D8B6BC06565")]
[InterfaceTypeAttribute()]
public interface class IVsENCRebuildableProjectCfg2
[<GuidAttribute("D13E943A-9EE0-457F-8766-7D8B6BC06565")>]
[<InterfaceTypeAttribute()>]
type IVsENCRebuildableProjectCfg2 =  interface end
public interface IVsENCRebuildableProjectCfg2

The IVsENCRebuildableProjectCfg2 type exposes the following members.

Methods

  Name Description
Public method BuildForEnc Infrastructure.
Public method EncApplySucceeded Infrastructure.
Public method EnterBreakStateOnPE Infrastructure.
Public method ExitBreakStateOnPE Infrastructure.
Public method GetCurrentActiveStatementPosition Infrastructure.
Public method GetCurrentExceptionSpanPosition Infrastructure.
Public method GetENCBuildState Infrastructure.
Public method GetExceptionSpanCount Infrastructure.
Public method GetExceptionSpans Infrastructure.
Public method GetPEBuildTimeStamp Infrastructure.
Public method GetPEidentity Infrastructure.
Public method StartDebuggingPE Infrastructure.
Public method StopDebuggingPE Infrastructure.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace