IVsWritableSettingsStore.SetUnsignedInt(String, String, UInt32) Yöntem

Tanım

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

public:
 int SetUnsignedInt(System::String ^ collectionPath, System::String ^ propertyName, System::UInt32 value);
public:
 int SetUnsignedInt(Platform::String ^ collectionPath, Platform::String ^ propertyName, unsigned int value);
int SetUnsignedInt(std::wstring const & collectionPath, std::wstring const & propertyName, unsigned int value);
public int SetUnsignedInt (string collectionPath, string propertyName, uint value);
abstract member SetUnsignedInt : string * string * uint32 -> int
Public Function SetUnsignedInt (collectionPath As String, propertyName As String, value As UInteger) As Integer

Parametreler

collectionPath
String

'ndaki Koleksiyonun yolu.

propertyName
String

'ndaki Özelliği.

value
UInt32

'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