IVsWritableSettingsStore.SetUnsignedInt64(String, String, UInt64) Yöntem

Tanım

İşaretsiz 64 bitlik bir tamsayı özelliğinin değerini ayarlar. Özelliğin önceki veri türü SettingsType_Int64 değilse, bu yöntem onun üzerine yazar. Özelliği yoksa, bir oluşturur.

public:
 int SetUnsignedInt64(System::String ^ collectionPath, System::String ^ propertyName, System::UInt64 value);
public:
 int SetUnsignedInt64(Platform::String ^ collectionPath, Platform::String ^ propertyName, unsigned long long value);
int SetUnsignedInt64(std::wstring const & collectionPath, std::wstring const & propertyName, unsigned long value);
public int SetUnsignedInt64 (string collectionPath, string propertyName, ulong value);
abstract member SetUnsignedInt64 : string * string * uint64 -> int
Public Function SetUnsignedInt64 (collectionPath As String, propertyName As String, value As ULong) As Integer

Parametreler

collectionPath
String

'ndaki Koleksiyonun yolu.

propertyName
String

'ndaki Özelliği.

value
UInt64

'ndaki Değer.

Döndürülenler

Int32

S_OKDeğerin ayarlanmış olup olmadığını döndürür. Koleksiyon yoksa, yöntemi döndürür E_INVALIDARG .

Şunlara uygulanır