SearchOptionDataSource.Type Property

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

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

Syntax

'Declaration
Public Property Type As SearchOptionType
public SearchOptionType Type { get; set; }
public:
property SearchOptionType Type {
    SearchOptionType get ();
    void set (SearchOptionType value);
}
member Type : SearchOptionType with get, set
function get Type () : SearchOptionType 
function set Type (value : SearchOptionType)

Property Value

Type: Microsoft.VisualStudio.PlatformUI.SearchOptionType
Returns the type of the search option.

.NET Framework Security

See Also

Reference

SearchOptionDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace