XmlDocProvider.TryGetElement Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to retrieves the XML documentation element for the specified code reference.
protected virtual bool TryGetElement(string cref, [NotNullWhen(true)] out XElement xmlement)Parameters
crefstring- The code reference to retrieve the documentation for.
xmlementXElement- When this method returns, contains the XElement that represents the documentation for the code reference, if the documentation is available; otherwise,
null. This parameter is passed uninitialized.
