IOleInPlaceFrame.ContextSensitiveHelp Method

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

Syntax

'宣言
Sub ContextSensitiveHelp ( _
    fEnterMode As Integer _
)
'使用
Dim instance As IOleInPlaceFrame
Dim fEnterMode As Integer

instance.ContextSensitiveHelp(fEnterMode)
void ContextSensitiveHelp(
    int fEnterMode
)
void ContextSensitiveHelp(
    [InAttribute] int fEnterMode
)
function ContextSensitiveHelp(
    fEnterMode : int
)

Parameters

Implements

IOleInPlaceUIWindow.ContextSensitiveHelp(Int32)

Permissions

See Also

Reference

IOleInPlaceFrame Interface

IOleInPlaceFrame Members

Microsoft.VisualStudio.OLE.Interop Namespace