CodeLensDetailEntryDescriptor Class
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.
Defines a row entry in CodeLensDetailsDescriptor.
public ref class CodeLensDetailEntryDescriptor sealed
public sealed class CodeLensDetailEntryDescriptor
type CodeLensDetailEntryDescriptor = class
Public NotInheritable Class CodeLensDetailEntryDescriptor
- Inheritance
-
CodeLensDetailEntryDescriptor
Constructors
CodeLensDetailEntryDescriptor() |
Properties
Fields |
A list of field values in the entry. |
NavigationCommand |
Navigation command associated with the entry. |
NavigationCommandArgs |
Arguments for the navigation command. |
SelectionCommandArgs |
Arguments for commands associated with the entry. |
Tooltip |
Tooltip for the entry. |