IDynamicHelpProvider.CreateLocalContext Method
Creates a local IDynamicHelpProvider to manage sub contexts.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.F1Help
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function CreateLocalContext ( _
contextType As HelpContextType _
) As IDynamicHelpProvider
'Usage
Dim instance As IDynamicHelpProvider
Dim contextType As HelpContextType
Dim returnValue As IDynamicHelpProvider
returnValue = instance.CreateLocalContext(contextType)
IDynamicHelpProvider CreateLocalContext(
HelpContextType contextType
)
IDynamicHelpProvider^ CreateLocalContext(
HelpContextType contextType
)
function CreateLocalContext(
contextType : HelpContextType
) : IDynamicHelpProvider
abstract CreateLocalContext :
contextType:HelpContextType -> IDynamicHelpProvider
Parameters
- contextType
Type: System.ComponentModel.Design.HelpContextType
The context type
Return Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Common.F1Help.IDynamicHelpProvider
.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
IDynamicHelpProvider Interface
Microsoft.VisualStudio.Data.Schema.Project.Common.F1Help Namespace