Freigeben über


_dispFindEvents.FindDone-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub FindDone ( _
    Result As vsFindResult, _
    Cancelled As Boolean _
)
void FindDone(
    vsFindResult Result,
    bool Cancelled
)
void FindDone(
    [InAttribute] vsFindResult Result, 
    [InAttribute] bool Cancelled
)
abstract FindDone : 
        Result:vsFindResult * 
        Cancelled:bool -> unit 
function FindDone(
    Result : vsFindResult, 
    Cancelled : boolean
)

Parameter

  • Cancelled
    Typ: System.Boolean
    Gibt an, ob die Suche abgebrochen wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

_dispFindEvents Schnittstelle

EnvDTE-Namespace