◆ GetToolTipForField()

static string GetToolTipForField ( this System.Type  declaringType,
string  fieldName 
)
static
Parameters
declaringTypetype that contains the specified field-name
fieldNamefield name to be checked for embedded documentation.
Returns
the tool-tip found for the field in the object. If the documentation, or field itself could not be found will return an empty string.

References EmbededXMLTooltip.GetDocNodeForField().

+ Here is the call graph for this function: