Package.IVsPackage.ResetDefaults(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets Toolbox defaults.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsPackage.ResetDefaults(System::UInt32 grfFlags) = Microsoft::VisualStudio::Shell::Interop::IVsPackage::ResetDefaults;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsPackage.ResetDefaults(unsigned int grfFlags) = Microsoft::VisualStudio::Shell::Interop::IVsPackage::ResetDefaults;
int Microsoft.VisualStudio.Shell.Interop.IVsPackage.ResetDefaults(unsigned int grfFlags);
int IVsPackage.ResetDefaults (uint grfFlags);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsPackage.ResetDefaults : uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsPackage.ResetDefaults : uint32 -> int
Function ResetDefaults (grfFlags As UInteger) As Integer Implements IVsPackage.ResetDefaults
Parameters
- grfFlags
- UInt32
Flags whose values are taken from the __VSPKGRESETFLAGS enumeration
Returns
If the method succeeds, it returns S_OK, otherwise it returns an error code.