Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value indicating whether a find result is returned before continuing execution.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Property WaitForFindToComplete As Boolean
'Usage
Dim instance As Find2
Dim value As Boolean
value = instance.WaitForFindToComplete
instance.WaitForFindToComplete = value
bool WaitForFindToComplete { get; set; }
property bool WaitForFindToComplete {
bool get ();
void set (bool value);
}
function get WaitForFindToComplete () : boolean
function set WaitForFindToComplete (value : boolean)
Property Value
Type: System.Boolean
true if find operation is asynchronous; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.