Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.12.0 (in Microsoft.VisualStudio.Shell.12.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
grfFlags
Type: UInt32Flags whose values are taken from the __VSPKGRESETFLAGS enumeration
Return Value
Type: 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.