| SqlIndexedCacheItem Property |
This read-only property returns the value in the indexed cache for the given key
Namespace: SandcastleBuilder.Components.CommandsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public override XPathNavigator this[
string key
] { get; }
Public Overrides ReadOnly Default Property Item (
key As String
) As XPathNavigator
Get
public:
virtual property XPathNavigator^ default[String^ key] {
XPathNavigator^ get (String^ key) override;
}
abstract Item : XPathNavigator with get
override Item : XPathNavigator with get
Parameters
- key
- Type: SystemString
The key to look up
Return Value
Type:
XPathNavigatorThe value associated with the key or null if it was not found
See Also