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)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Administration.ObjectModel.HelpTopicInfo
Syntax
[SerializableAttribute]
public sealed class HelpTopicInfo
[SerializableAttribute]
public ref class HelpTopicInfo sealed
<SerializableAttribute>
Public NotInheritable Class HelpTopicInfo
Constructors
Name | Description | |
---|---|---|
HelpTopicInfo(String, String) | Initializes a new instance of the HelpTopicInfo class with a path to the help file and a topic ID. |
|
HelpTopicInfo(Uri) | Initializes a new instance of the HelpTopicInfo class with Url of the help topic. |
Properties
Name | Description | |
---|---|---|
HelpFilePath | Gets the path to the help file. |
|
TopicId | Gets the topic ID within the help file. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Remarks
For more information about using a HelpTopicInfo object, see CreateHelpTopicInfo.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top