IVsThreadedWaitDialog2.HasCanceled Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'宣告
Function HasCanceled ( _
<OutAttribute> ByRef pfCanceled As Boolean _
) As Integer
'用途
Dim instance As IVsThreadedWaitDialog2
Dim pfCanceled As Boolean
Dim returnValue As Integer
returnValue = instance.HasCanceled(pfCanceled)
int HasCanceled(
out bool pfCanceled
)
int HasCanceled(
[OutAttribute] bool% pfCanceled
)
abstract HasCanceled :
pfCanceled:bool byref -> int
function HasCanceled(
pfCanceled : boolean
) : int
Parameters
- pfCanceled
Type: System.Boolean%
Return Value
Type: System.Int32
.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.
See Also
Reference
IVsThreadedWaitDialog2 Interface