IndexedCommentsCacheItem Property
This read-only property returns the comments for the specified key
Namespace: SandcastleBuilder.Utils.InheritedDocumentationAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public XPathNavigator this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As XPathNavigator
Get
public:
property XPathNavigator^ default[String^ key] {
XPathNavigator^ get (String^ key);
}
member Item : XPathNavigator with get
- key String
- The key for which to retrieve comments
XPathNavigatorAn
XPathNavigator for the comments or null if not found.