HelpTopicInfo Class

 

Represents a specific help topic within a help file.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

System::Object
  Microsoft.WindowsServerSolutions.Administration.ObjectModel::HelpTopicInfo

[SerializableAttribute]
public ref class HelpTopicInfo sealed 

NameDescription
System_CAPS_pubmethodHelpTopicInfo(String^, String^)

Initializes a new instance of the HelpTopicInfo class with a path to the help file and a topic ID.

System_CAPS_pubmethodHelpTopicInfo(Uri^)

Initializes a new instance of the HelpTopicInfo class with Url of the help topic.

NameDescription
System_CAPS_pubpropertyHelpFilePath

Gets the path to the help file.

System_CAPS_pubpropertyTopicId

Gets the topic ID within the help file.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

For more information about using a HelpTopicInfo object, see CreateHelpTopicInfo.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: