Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.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
JScript does not support explicit interface implementations.
Parameters
- grfFlags
Type: System.UInt32
Return Value
Type: System.Int32
Implements
IVsPackage.ResetDefaults(UInt32)
Permissions
- 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.