CodeLensDetailEntryDescriptor.SelectionCommandArgs 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.
Arguments for commands associated with the entry.
public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntryCommandArgs ^> ^ SelectionCommandArgs { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntryCommandArgs ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntryCommandArgs ^> ^ value); };
	public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailEntryCommandArgs> SelectionCommandArgs { get; set; }
	member this.SelectionCommandArgs : seq<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailEntryCommandArgs> with get, set
	Public Property SelectionCommandArgs As IEnumerable(Of CodeLensDetailEntryCommandArgs)