__vsHelpUrlFromTopicIDFlags Enumeration

 

GUID navigation flags.

Namespace:   Microsoft.VisualStudio.VSHelp80
Assembly:  Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)

public enum class __vsHelpUrlFromTopicIDFlags

Member nameDescription
HUFTID_Default

Value = 0x00000000.

HUFTID_Local

Specifies that the local help should be used. Value = 0x00000001.

HUFTID_Locale

Specifies that the topic should come from a specific locale. Value = 0x00000004.

HUFTID_Online

Specifies that the online help should be used. Value = 0x00000002.

Return to top
Show: