Freigeben über


IVsSearchProvider.Category-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft einen Bezeichner für den Suchanbieter ab.

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

Syntax

[DispIdAttribute(1610678275)]
Guid Category { get; }
[DispIdAttribute(1610678275)]
property Guid Category {
    Guid get();
}
[<DispIdAttribute(1610678275)>]
abstract Category : Guid with get
<DispIdAttribute(1610678275)>
ReadOnly Property Category As Guid

Eigenschaftswert

Type: System.Guid

Der Search-Anbieter-Bezeichner.

Siehe auch

IVsSearchProvider-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang