SearchOptionDataSource.Type 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.
Gets or sets the type (Boolean or command) for the search option.
public:
property Microsoft::VisualStudio::PlatformUI::SearchOptionType Type { Microsoft::VisualStudio::PlatformUI::SearchOptionType get(); void set(Microsoft::VisualStudio::PlatformUI::SearchOptionType value); };
public:
property Microsoft::VisualStudio::PlatformUI::SearchOptionType Type { Microsoft::VisualStudio::PlatformUI::SearchOptionType get(); void set(Microsoft::VisualStudio::PlatformUI::SearchOptionType value); };
public Microsoft.VisualStudio.PlatformUI.SearchOptionType Type { get; set; }
member this.Type : Microsoft.VisualStudio.PlatformUI.SearchOptionType with get, set
Public Property Type As SearchOptionType
Property Value
Returns the type of the search option.