Método IVsUIDataSource.GetValue (String, IVsUIObject)
Retorna o valor de uma propriedade.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int GetValue(
string prop,
out IVsUIObject ppValue
)
int GetValue(
String^ prop,
[OutAttribute] IVsUIObject^% ppValue
)
abstract GetValue :
prop:string *
ppValue:IVsUIObject byref -> int
Function GetValue (
prop As String,
<OutAttribute> ByRef ppValue As IVsUIObject
) As Integer
Parâmetros
- prop
[in] O nome da propriedade para retornar.
- ppValue
[out] Local para retornar um ponteiro para a interface para o valor da propriedade.
Valor de retorno
Type: System.Int32
Retorna S_OK se o valor foi retornado.
Consulte também
Interface IVsUIDataSource
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo