SettingsStore.TryGetInt64(String, String, Int64) Method

Definition

Gets the value of the requested property whose data type is Int64.

C#
public virtual bool TryGetInt64(string collectionPath, string propertyName, out long value);

Parameters

collectionPath
String

Path of the collection of the property.

propertyName
String

Name of the property.

value
Int64

The retrieved value

Returns

True if successful

Remarks

This method is safe to access from any thread.

Applies to

Produkt Versioner
Visual Studio SDK 2022