IVsWindowSearch.SearchEnabled Propriedade

 

Publicado: abril de 2016

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (em Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Sintaxe

[DispIdAttribute(1610678272)]
bool SearchEnabled { get; }
[DispIdAttribute(1610678272)]
property bool SearchEnabled {
    bool get();
}
[<DispIdAttribute(1610678272)>]
abstract SearchEnabled : bool with get
<DispIdAttribute(1610678272)>
ReadOnly Property SearchEnabled As Boolean

Valor de propriedade

Type: System.Boolean

Returns Boolean.

Consulte também

Interface IVsWindowSearch
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo