VSOPENFILENAMEW.dwHelpTopic Field

DWORD specifying the help topic.

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

Syntax

'宣言
Public dwHelpTopic As UInteger
'使用
Dim instance As VSOPENFILENAMEW
Dim value As UInteger

value = instance.dwHelpTopic

instance.dwHelpTopic = value
public uint dwHelpTopic
public:
unsigned int dwHelpTopic
public var dwHelpTopic : uint

Field Value

Type: System.UInt32

Remarks

COM Signature

From vsshell.idl:

Permissions

See Also

Reference

VSOPENFILENAMEW Structure

VSOPENFILENAMEW Members

Microsoft.VisualStudio.Shell.Interop Namespace