IDebugCodeContext100 Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
<GuidAttribute("653F13A7-7E53-4F48-BDE8-8EF8D3BC3C57")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDebugCodeContext100
[GuidAttribute("653F13A7-7E53-4F48-BDE8-8EF8D3BC3C57")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDebugCodeContext100
[GuidAttribute(L"653F13A7-7E53-4F48-BDE8-8EF8D3BC3C57")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDebugCodeContext100
[<GuidAttribute("653F13A7-7E53-4F48-BDE8-8EF8D3BC3C57")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDebugCodeContext100 =  interface end
public interface IDebugCodeContext100

The IDebugCodeContext100 type exposes the following members.

Methods

  Name Description
Public method GetProgram

Top

See Also

Reference

Microsoft.VisualStudio.Debugger.Interop Namespace