RemoteSettings.GetValueKind(String, String) 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 a remote setting value.
public:
virtual Microsoft::VisualStudio::RemoteSettings::ValueKind GetValueKind(System::String ^ collectionPath, System::String ^ key);
public Microsoft.VisualStudio.RemoteSettings.ValueKind GetValueKind (string collectionPath, string key);
abstract member GetValueKind : string * string -> Microsoft.VisualStudio.RemoteSettings.ValueKind
override this.GetValueKind : string * string -> Microsoft.VisualStudio.RemoteSettings.ValueKind
Public Function GetValueKind (collectionPath As String, key As String) As ValueKind
Parameters
- collectionPath
- String
Path to the remote setting collection in the form My\Custom\Path
- key
- String
Key of the remote setting
Returns
Kind of the value or unknown if it does not exist or error.