XmlCommentsFileCollectionFindMember Method
Search all comments files for the specified member. If not found, add the blank member to the first
file.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public XmlNode FindMember(
string memberName
)
Public Function FindMember (
memberName As String
) As XmlNode
public:
XmlNode^ FindMember(
String^ memberName
)
member FindMember :
memberName : string -> XmlNode
- memberName String
- The member name for which to search.
XmlNodeThe XML node of the found or added member