Método IVsWritableSettingsStore.GetUnsignedInt (String, String, UInt32)
Retorna um valor de propriedade de inteiro não assinado.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int GetUnsignedInt(
string collectionPath,
string propertyName,
out uint value
)
int GetUnsignedInt(
String^ collectionPath,
String^ propertyName,
[OutAttribute] unsigned int% value
)
abstract GetUnsignedInt :
collectionPath:string *
propertyName:string *
value:uint32 byref -> int
Function GetUnsignedInt (
collectionPath As String,
propertyName As String,
<OutAttribute> ByRef value As UInteger
) As Integer
Parâmetros
- collectionPath
[in] O caminho da coleção.
- propertyName
[in] O nome da propriedade.
- value
[out] O valor.
Valor de retorno
Type: System.Int32
Retorna S_OK se a propriedade foi retornada, S_FALSE se a propriedade não existir ou F:Microsoft.VisualStudio.E_INVALIDARG se o tipo de propriedade não for um inteiro sem sinal.
Implementações
IVsSettingsStore.GetUnsignedInt(String, String, UInt32)
Consulte também
Interface IVsWritableSettingsStore
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo