IVsWritableSettingsStore.GetUnsignedInt(String, String, UInt32) Método

Definição

Retorna um valor de propriedade de inteiro sem sinal.

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

Parâmetros

collectionPath
String

no O caminho da coleção.

propertyName
String

no O nome da propriedade.

value
UInt32

fora O valor.

Retornos

Int32

Retorna S_OK se a propriedade foi retornada, S_FALSE se a propriedade não existir ou E_INVALIDARG se o tipo de propriedade não for um inteiro sem sinal.

Implementações

Aplica-se a