IListDebugFrameInfo.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::VisualStudio::Debugger::Interop::FRAMEINFO default[int] { Microsoft::VisualStudio::Debugger::Interop::FRAMEINFO get(int lIndex); };
[System.Runtime.InteropServices.ComAliasName("AD7InteropA.FRAMEINFO")]
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO this[int lIndex] { get; }
[<System.Runtime.InteropServices.ComAliasName("AD7InteropA.FRAMEINFO")>]
[<System.Runtime.InteropServices.DispId(0)>]
member this.Item(int) : Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO
Default Public ReadOnly Property Item(lIndex As Integer) As FRAMEINFO
Parameters
- lIndex
- Int32
Property Value
- Attributes