共用方式為


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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsThreadedWaitDialog2 Interface

IVsThreadedWaitDialog2 Members

Microsoft.VisualStudio.Shell.Interop Namespace