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
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Private Function ResetDefaults ( _
    grfFlags As UInteger _
) As Integer Implements IVsPackage.ResetDefaults
‘사용 방법
Dim instance As Package
Dim grfFlags As UInteger
Dim returnValue As Integer

returnValue = CType(instance, IVsPackage).ResetDefaults(grfFlags)
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

Package Members

Microsoft.VisualStudio.Shell Namespace