Share via


IVsEnumSharedProjectReferences.Item[Int32] Property

Definition

public:
 property Microsoft::VisualStudio::Shell::Interop::IVsSharedProjectReference ^ default[int] { Microsoft::VisualStudio::Shell::Interop::IVsSharedProjectReference ^ get(int index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.VisualStudio.Shell.Interop.IVsSharedProjectReference this[int index] { get; }
[<System.Runtime.InteropServices.DispId(0)>]
member this.Item(int) : Microsoft.VisualStudio.Shell.Interop.IVsSharedProjectReference
Default Public ReadOnly Property Item(index As Integer) As IVsSharedProjectReference

Parameters

index
Int32

Property Value

Returns IVsSharedProjectReference.

Attributes

Applies to