ISolutionSearchParameters.Options Property
Gets the search options.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
ReadOnly Property Options As ISolutionSearchOptions
ISolutionSearchOptions Options { get; }
property ISolutionSearchOptions^ Options {
ISolutionSearchOptions^ get ();
}
abstract Options : ISolutionSearchOptions with get
function get Options () : ISolutionSearchOptions
Property Value
Type: Microsoft.VisualStudio.Shell.ISolutionSearchOptions
.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.