SettingsStore.TryGetUInt64(String, String, UInt64) Method

Definition

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

C#
public virtual bool TryGetUInt64(string collectionPath, string propertyName, out ulong value);

Parameters

collectionPath
String

Path of the collection of the property.

propertyName
String

Name of the property.

value
UInt64

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