Package::IVsPackage::ResetDefaults Method (UInt32)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Resets Toolbox defaults.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int ResetDefaults( unsigned int grfFlags ) sealed = IVsPackage::ResetDefaults
Parameters
- grfFlags
-
Type:
System::UInt32
Flags whose values are taken from the __VSPKGRESETFLAGS enumeration
Return Value
Type: System::Int32If the method succeeds, it returns S_OK, otherwise it returns an error code.
Implements
IVsPackage::ResetDefaults(UInt32)
Show: