Partilhar via


Propriedade IVsExtensionRepositoryQuery<T>.SearchText

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (em Microsoft.VisualStudio.ExtensionManager.dll)

Sintaxe

'Declaração
Property SearchText As String
string SearchText { get; set; }
property String^ SearchText {
    String^ get ();
    void set (String^ value);
}
abstract SearchText : string with get, set
function get SearchText () : String 
function set SearchText (value : String)

Valor de propriedade

Tipo: String

Segurança do .NET Framework

Consulte também

Referência

IVsExtensionRepositoryQuery<T> Interface

Namespace Microsoft.VisualStudio.ExtensionManager