IEnumDebugCodePaths90 Interface
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("0B6520FB-1417-4599-9806-0D254F3C1869")> _
Public Interface IEnumDebugCodePaths90
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0B6520FB-1417-4599-9806-0D254F3C1869")]
public interface IEnumDebugCodePaths90
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0B6520FB-1417-4599-9806-0D254F3C1869")]
public interface class IEnumDebugCodePaths90
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("0B6520FB-1417-4599-9806-0D254F3C1869")>]
type IEnumDebugCodePaths90 = interface end
public interface IEnumDebugCodePaths90
The IEnumDebugCodePaths90 type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | ||
GetCount | ||
Next | ||
Reset | ||
Skip |
Top