Método IVsUIDataSource.SetValue (String, IVsUIObject)
Define uma propriedade para um valor.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int SetValue(
string prop,
IVsUIObject pValue
)
int SetValue(
String^ prop,
IVsUIObject^ pValue
)
abstract SetValue :
prop:string *
pValue:IVsUIObject -> int
Function SetValue (
prop As String,
pValue As IVsUIObject
) As Integer
Parâmetros
- prop
[in] O nome da propriedade.
- pValue
[in] Um objeto que contém o valor a ser definido.
Valor de retorno
Type: System.Int32
Retorna S_OK se a propriedade foi definida para o valor.
Consulte também
Interface IVsUIDataSource
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo