Click or drag to resize
Sandcastle Help File BuilderXmlCommentsFileCollectionFindMember Method
Search all comments files for the specified member. If not found, add the blank member to the first file.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public XmlNode FindMember(
	string memberName
)

Parameters

memberName
Type: SystemString
The member name for which to search.

Return Value

Type: XmlNode
The XML node of the found or added member
See Also