Click or drag to resize
Sandcastle Help File BuilderMSHelpAttrCollectionAdd Method (String, String)
Add a new item to the collection

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public MSHelpAttr Add(
	string name,
	string value
)

Parameters

name
Type: SystemString
The attribute name
value
Type: SystemString
The attribute value

Return Value

Type: MSHelpAttr
The MSHelpAttr added to the project. If the item already exists in the collection, the existing item is returned.
Remarks
The MSHelpAttr constructor is internal so that we control creation of the items and can associate them with the project.
See Also