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 the search query used by the search task.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property SearchQuery As IVsSearchQuery
public IVsSearchQuery SearchQuery { get; private set; }
public:
virtual property IVsSearchQuery^ SearchQuery {
IVsSearchQuery^ get () sealed;
private: void set (IVsSearchQuery^ value) sealed;
}
abstract SearchQuery : IVsSearchQuery with get, private set
override SearchQuery : IVsSearchQuery with get, private set
final function get SearchQuery () : IVsSearchQuery
private final function set SearchQuery (value : IVsSearchQuery)
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery
Implements
.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.