Click or drag to resize
Sandcastle Help File BuilderIndexedCommentsCacheItem Property
This read-only property returns the comments for the specified key

Namespace: SandcastleBuilder.Utils.InheritedDocumentation
Assemblies:  GenerateInheritedDocs (in GenerateInheritedDocs.exe) Version: 2014.11.22.0
  SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public XPathNavigator this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key for which to retrieve comments

Return Value

Type: XPathNavigator
An XPathNavigator for the comments or null if not found.
See Also