SearchOptionDataSource::Type Property

 

Gets or sets the type (Boolean or command) for the search option.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property SearchOptionType Type {
	SearchOptionType get();
	void set(SearchOptionType value);
}

Property Value

Type: Microsoft.VisualStudio.PlatformUI::SearchOptionType

Returns the type of the search option.

Return to top
Show: