VSHelpManager.IsContextHelpMessage Method
Returns whether this is context-sensitive help.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function IsContextHelpMessage ( _
ByRef m As Message _
) As Boolean
'Usage
Dim m As Message
Dim returnValue As Boolean
returnValue = VSHelpManager.IsContextHelpMessage(m)
public static bool IsContextHelpMessage(
ref Message m
)
public:
static bool IsContextHelpMessage(
Message% m
)
public static function IsContextHelpMessage(
m : Message
) : boolean
static member IsContextHelpMessage :
m:Message -> bool
Parameters
- m
Type: System.Windows.Forms.Message%
The help message
Return Value
Type: System.Boolean
.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
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace