Share via


CodeLensDetailsDescriptor.Entries Property

Definition

Defines rows (entries) of the detail list.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntryDescriptor ^> ^ Entries { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntryDescriptor ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntryDescriptor ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailEntryDescriptor> Entries { get; set; }
member this.Entries : seq<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailEntryDescriptor> with get, set
Public Property Entries As IEnumerable(Of CodeLensDetailEntryDescriptor)

Property Value

Applies to