Xml Comments File CollectionFind Member Method
Search all comments files for the specified member. If not found, add the blank member to the first
file.
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The XML node of the found or added member
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public XmlNode FindMember(
string memberName
)VB
Public Function FindMember (
memberName As String
) As XmlNodeC++
public:
XmlNode^ FindMember(
String^ memberName
)F#
member FindMember :
memberName : string -> XmlNode Parameters
- memberName String
- The member name for which to search.
Return Value
XmlNodeThe XML node of the found or added member