Indexed Comments CacheItem Property
This read-only property returns the comments for the specified key
Definition
Namespace: Sandcastle.Core.InheritedDocumentation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An XPathNavigator for the comments or null if not found.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public XPathNavigator this[
string key
] { get; }VB
Public ReadOnly Default Property Item (
key As String
) As XPathNavigator
GetC++
public:
property XPathNavigator^ default[String^ key] {
XPathNavigator^ get (String^ key);
}F#
member Item : XPathNavigator with getParameters
- key String
- The key for which to retrieve comments
Return Value
XPathNavigatorAn XPathNavigator for the comments or null if not found.