Share via


IListDebugPropertyInfo.Item[Int32] Property

Definition

public:
 property Microsoft::VisualStudio::Debugger::Interop::DEBUG_PROPERTY_INFO default[int] { Microsoft::VisualStudio::Debugger::Interop::DEBUG_PROPERTY_INFO get(int lIndex); };
[System.Runtime.InteropServices.ComAliasName("AD7InteropA.DEBUG_PROPERTY_INFO")]
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.VisualStudio.Debugger.Interop.DEBUG_PROPERTY_INFO this[int lIndex] { get; }
[<System.Runtime.InteropServices.ComAliasName("AD7InteropA.DEBUG_PROPERTY_INFO")>]
[<System.Runtime.InteropServices.DispId(0)>]
member this.Item(int) : Microsoft.VisualStudio.Debugger.Interop.DEBUG_PROPERTY_INFO
Default Public ReadOnly Property Item(lIndex As Integer) As DEBUG_PROPERTY_INFO

Parameters

lIndex
Int32

Property Value

Attributes

Applies to