MSHelpAttr Class

HTML to MAML Converter

MSHelpAttr Class
This represents an HTML Help 2.x attribute that can be added to the XML data island in each help topic generated by BuildAssembler.
Inheritance Hierarchy
SystemObject  SandcastleBuilder.UtilsMSHelpAttr

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
[SerializableAttribute]
public class MSHelpAttr : IComparable<MSHelpAttr>
<SerializableAttribute>
Public Class MSHelpAttr
	Implements IComparable(Of MSHelpAttr)
[SerializableAttribute]
public ref class MSHelpAttr : IComparable<MSHelpAttr^>
[<SerializableAttribute>]
type MSHelpAttr =  
    class
        interface IComparable<MSHelpAttr>
    end

The MSHelpAttr type exposes the following members.

Properties
  NameDescription
Public propertyAttributeName
This is used to get or set the attribute name
Public propertyAttributeValue
This is used to get or set the attribute value
Public propertyIsDirty
This is used to get or set the dirty state of the item
Top
Methods
  NameDescription
Public methodCompareTo
Compares this instance to another instance and returns an indication of their relative values.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get a hash code for this item
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Return a string representation of the item
(Overrides ObjectToString.)
Top
See Also