XmlCommentsFileCollectionFindMember Method

Search all comments files for the specified member. If not found, add the blank member to the first file.

Definition

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

Parameters

memberName  String
The member name for which to search.

Return Value

XmlNode
The XML node of the found or added member

See Also