IVsEnumSharedProjectReferences.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::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