IndexedCommentsCacheGetValues Method
This returns an enumerable list of all key/value pairs from the specified XML file based on the
expressions for this cache.
Namespace: SandcastleBuilder.Utils.InheritedDocumentationAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<KeyValuePair<string, XPathNavigator>> GetValues(
string file
)
Public Function GetValues (
file As String
) As IEnumerable(Of KeyValuePair(Of String, XPathNavigator))
public:
IEnumerable<KeyValuePair<String^, XPathNavigator^>>^ GetValues(
String^ file
)
member GetValues :
file : string -> IEnumerable<KeyValuePair<string, XPathNavigator>>
- file String
- The XML file from which to obtain the keys
IEnumerableKeyValuePairString,
XPathNavigatorAn enumerable list of the key/value values in the given file