IVsSettingsStore.GetUnsignedInt(String, String, UInt32) Метод

Определение

Возвращает значение свойства типа Целое без знака.

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

Параметры

collectionPath
String

[in] Путь к коллекции.

propertyName
String

[in] Имя свойства.

value
UInt32

[out] Значение.

Возвращаемое значение

Int32

Возвращает S_OK, если свойство было возвращено, S_FALSE, если свойство не существует, или Microsoft.VisualStudio.E_INVALIDARG, если тип свойства не является Целым без знака.

Применяется к