Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.