ICollectionKeyValueStorage.TryGetValueKind(String, String, ValueKind) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets kind of value from storage.
public:
bool TryGetValueKind(System::String ^ collectionPath, System::String ^ key, [Runtime::InteropServices::Out] Microsoft::VisualStudio::RemoteSettings::ValueKind % kind);
public bool TryGetValueKind (string collectionPath, string key, out Microsoft.VisualStudio.RemoteSettings.ValueKind kind);
abstract member TryGetValueKind : string * string * ValueKind -> bool
Public Function TryGetValueKind (collectionPath As String, key As String, ByRef kind As ValueKind) As Boolean
Parameters
- collectionPath
- String
- key
- String
- kind
- ValueKind