Package.IVsPackage.ResetDefaults Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Resets Toolbox defaults.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Private Function ResetDefaults ( _
    grfFlags As UInteger _
) As Integer Implements IVsPackage.ResetDefaults
int IVsPackage.ResetDefaults(
    uint grfFlags
)
private:
virtual int ResetDefaults(
    unsigned int grfFlags
) sealed = IVsPackage::ResetDefaults
private abstract ResetDefaults : 
        grfFlags:uint32 -> int 
private override ResetDefaults : 
        grfFlags:uint32 -> int 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK, otherwise it returns an error code.

Implements

IVsPackage.ResetDefaults(UInt32)

.NET Framework Security

See Also

Reference

Package Class

Microsoft.VisualStudio.Shell Namespace