IVsPerPropertyBrowsing::CanResetPropertyValue Method (Int32, Int32)
Visual Studio 2015
Checks whether the given property can be reset to the default value.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dispid
-
Type:
System::Int32
[in] Specifies the dispatch ID.
- pfCanReset
-
Type:
System::Int32
[out] Pointer to a flag indicating can reset.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: