NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MemberDescriptor.GetHelpTopic

Gets the name of the Help topic specified in the HelpAttribute.

[Visual Basic]
Overridable Public Function GetHelpTopic() As String
[C#]
public virtual string GetHelpTopic();
[C++]
public: virtual String* GetHelpTopic();
[JScript]
public function GetHelpTopic() : String;

Return Value

The Help topic that provides information for the member. If there is no HelpAttribute, the return value is set to the empty string ("").

Remarks

A visual designer can use this information to provide help for the member.

See Also

MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | GetHelpURL