Método IVsUIDataSource.ResetValue (String)
Define uma propriedade para seu valor padrão.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int ResetValue(
string prop
)
int ResetValue(
String^ prop
)
abstract ResetValue :
prop:string -> int
Function ResetValue (
prop As String
) As Integer
Parâmetros
- prop
[in] O nome da propriedade para redefinir.
Valor de retorno
Type: System.Int32
Retorna S_OK se a propriedade foi redefinida.
Consulte também
Interface IVsUIDataSource
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo