IVsTrackProjectRetargeting.UnadviseTrackBatchRetargetingEvents Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
Function UnadviseTrackBatchRetargetingEvents ( _
    dwCookie As UInteger _
) As Integer
‘사용 방법
Dim instance As IVsTrackProjectRetargeting
Dim dwCookie As UInteger
Dim returnValue As Integer

returnValue = instance.UnadviseTrackBatchRetargetingEvents(dwCookie)
int UnadviseTrackBatchRetargetingEvents(
    uint dwCookie
)
int UnadviseTrackBatchRetargetingEvents(
    [InAttribute] unsigned int dwCookie
)
abstract UnadviseTrackBatchRetargetingEvents : 
        dwCookie:uint32 -> int 
function UnadviseTrackBatchRetargetingEvents(
    dwCookie : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsTrackProjectRetargeting Interface

IVsTrackProjectRetargeting Members

Microsoft.VisualStudio.Shell.Interop Namespace