SubfieldAccessibleObject.GetHelpTopic(String) Method

Definition

Gets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object.

public:
 override int GetHelpTopic([Runtime::InteropServices::Out] System::String ^ % fileName);
public override int GetHelpTopic (out string fileName);
override this.GetHelpTopic : string -> int
Public Overrides Function GetHelpTopic (ByRef fileName As String) As Integer

Parameters

fileName
String

On return, this property contains the path to the Help file associated with this accessible object.

Returns

An identifier for a Help topic, or -1 if there is no Help topic.

Applies to