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 | |
---|---|---|
BuildForEnc | Infrastructure. | |
EncApplySucceeded | Infrastructure. | |
EnterBreakStateOnPE | Infrastructure. | |
ExitBreakStateOnPE | Infrastructure. | |
GetCurrentActiveStatementPosition | Infrastructure. | |
GetCurrentExceptionSpanPosition | Infrastructure. | |
GetENCBuildState | Infrastructure. | |
GetExceptionSpanCount | Infrastructure. | |
GetExceptionSpans | Infrastructure. | |
GetPEBuildTimeStamp | Infrastructure. | |
GetPEidentity | Infrastructure. | |
StartDebuggingPE | Infrastructure. | |
StopDebuggingPE | Infrastructure. |
Top