Share via


CodeLensDetailEntryDescriptor.Fields Property

Definition

A list of field values in the entry.

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

Property Value

Remarks

The order of Fields in an entry must be the same as the order of Headers in the CodeLensDetailsDescriptor.

Applies to