IOleComponentManager.FSetTrackingComponent Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Function FSetTrackingComponent ( _
    dwComponentID As UInteger, _
    fTrack As Integer _
) As Integer
‘사용 방법
Dim instance As IOleComponentManager
Dim dwComponentID As UInteger
Dim fTrack As Integer
Dim returnValue As Integer

returnValue = instance.FSetTrackingComponent(dwComponentID, _
    fTrack)
int FSetTrackingComponent(
    uint dwComponentID,
    int fTrack
)
int FSetTrackingComponent(
    [InAttribute] unsigned int dwComponentID, 
    [InAttribute] int fTrack
)
abstract FSetTrackingComponent : 
        dwComponentID:uint32 * 
        fTrack:int -> int 
function FSetTrackingComponent(
    dwComponentID : uint, 
    fTrack : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IOleComponentManager Interface

IOleComponentManager Members

Microsoft.VisualStudio.OLE.Interop Namespace