| MSHelpAttrCollectionFromXml Method |
This is used to load existing help attribute items from the project file
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void FromXml(
string helpAttrs
)
Public Sub FromXml (
helpAttrs As String
)
public:
void FromXml(
String^ helpAttrs
)
member FromXml :
helpAttrs : string -> unit
Parameters
- helpAttrs
- Type: SystemString
The help attribute items
Remarks The information is stored as an XML fragment
See Also