IVsFindSymbolEvents2.OnUserOptionsChanged(Guid, UInt32, VSOBSEARCHCRITERIA2[]) Méthode

Définition

Définit la méthode appelée lorsque les options de recherche d'utilisateur changent.

public:
 int OnUserOptionsChanged(Guid % guidSymbolScope, System::UInt32 dwSubID, cli::array <Microsoft::VisualStudio::Shell::Interop::VSOBSEARCHCRITERIA2> ^ pobSrch);
public int OnUserOptionsChanged (ref Guid guidSymbolScope, uint dwSubID, Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA2[] pobSrch);
abstract member OnUserOptionsChanged : Guid * uint32 * Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA2[] -> int
Public Function OnUserOptionsChanged (ByRef guidSymbolScope As Guid, dwSubID As UInteger, pobSrch As VSOBSEARCHCRITERIA2()) As Integer

Paramètres

guidSymbolScope
Guid

[in] GUID spécifiant la portée de la recherche ou le GUID d'une bibliothèque.

dwSubID
UInt32

[in] Sous-ID de portée. Doit être égal à zéro, sauf si guidSymbolScope est GUID_VsSymbolScope_Frameworks.

pobSrch
VSOBSEARCHCRITERIA2[]

[in] Indicateurs binaires indiquant les options de recherche. Construits à l'aide des valeurs de l'énumération _VSOBSEARCHOPTIONS2.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

S’applique à