◆ GetDocNodeForField()

static string GetDocNodeForField ( System.Reflection.FieldInfo  field,
string  nodeName,
bool  removeWhitespace = true,
bool  removeCRLF = true 
)
static
Parameters
fieldfieldInfo that represents the field we want the tool-tip for
nodeNamespecifies which node inside the member the data should be extracted from, in the form of the nodes name
removeWhitespaceshould whitespace be removed before the string is returned?
removeCRLFshould CR/LF's be removed before the string is returned.
Returns
the tool-tip for this field found in the dll.xml documentation. If no documentation for the field is found, returns an empty string.

References EmbededXMLTooltip.GetClassMemberNodeFromXMLinDLL(), and EmbededXMLTooltip.GetClassMemberNodeFromXMLinFile().

Referenced by EmbededXMLTooltip.GetLabelForField(), and EmbededXMLTooltip.GetToolTipForField().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: