Indexed Comments CacheGet Values Method
This returns an enumerable list of all key/value pairs from the specified XML file based on the
expressions for this cache.
Definition
Namespace: Sandcastle.Core.InheritedDocumentation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of the key/value values in the given file
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IEnumerable<KeyValuePair<string, XPathNavigator>> GetValues(
string file
)VB
Public Function GetValues (
file As String
) As IEnumerable(Of KeyValuePair(Of String, XPathNavigator))C++
public:
IEnumerable<KeyValuePair<String^, XPathNavigator^>>^ GetValues(
String^ file
)F#
member GetValues :
file : string -> IEnumerable<KeyValuePair<string, XPathNavigator>> Parameters
- file String
- The XML file from which to obtain the keys
Return Value
IEnumerableKeyValuePairString, XPathNavigatorAn enumerable list of the key/value values in the given file