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
'Declaration
Private Function ResetDefaults ( _
grfFlags As UInteger _
) As Integer Implements IVsPackage.ResetDefaults
'Usage
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
- grfFlags
Type: System.UInt32
Flags whose values are taken from the __VSPKGRESETFLAGS enumeration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.