CodeLensDetailEntryDescriptor.Fields 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.
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.