FileParser.HelpAttributes Property

HTML to MAML Converter

FileParserHelpAttributes Property
This returns the help attributes parsed from the file

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public MSHelpAttrCollection HelpAttributes { get; }
Public ReadOnly Property HelpAttributes As MSHelpAttrCollection
	Get
public:
property MSHelpAttrCollection^ HelpAttributes {
	MSHelpAttrCollection^ get ();
}
member HelpAttributes : MSHelpAttrCollection with get

Property Value

Type: MSHelpAttrCollection
See Also