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

Tanım

İşaretsiz bir tamsayı özellik değeri döndürür.

public:
 int GetUnsignedInt(System::String ^ collectionPath, System::String ^ propertyName, [Runtime::InteropServices::Out] System::UInt32 % value);
int GetUnsignedInt(std::wstring const & collectionPath, std::wstring const & propertyName, [Runtime::InteropServices::Out] unsigned int & value);
public int GetUnsignedInt (string collectionPath, string propertyName, out uint value);
abstract member GetUnsignedInt : string * string *  -> int
Public Function GetUnsignedInt (collectionPath As String, propertyName As String, ByRef value As UInteger) As Integer

Parametreler

collectionPath
String

'ndaki Koleksiyonun yolu.

propertyName
String

'ndaki Özelliğin adı.

value
UInt32

dışı Değer.

Döndürülenler

Int32

Özellik S_OK döndürülürse, özellik S_FALSE yoksa veya E_INVALIDARG özellik türü işaretsiz bir tamsayı değilse, döndürür.

Uygulamalar

Şunlara uygulanır