IHelpService.CreateLocalContext(HelpContextType) Metod

Definition

Skapar en lokal IHelpService för att hantera underkontexter.

public:
 System::ComponentModel::Design::IHelpService ^ CreateLocalContext(System::ComponentModel::Design::HelpContextType contextType);
public System.ComponentModel.Design.IHelpService CreateLocalContext(System.ComponentModel.Design.HelpContextType contextType);
abstract member CreateLocalContext : System.ComponentModel.Design.HelpContextType -> System.ComponentModel.Design.IHelpService
Public Function CreateLocalContext (contextType As HelpContextType) As IHelpService

Parametrar

contextType
HelpContextType

Prioritetstypen för underkontexten som ska läggas till.

Returer

Den nyligen skapade IHelpService.

Gäller för

Se även