IVsUIDataSource.ResetValue(String) 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.
Sets a property to it's default value.
public:
int ResetValue(System::String ^ prop);
public:
int ResetValue(Platform::String ^ prop);
int ResetValue(std::wstring const & prop);
public int ResetValue (string prop);
abstract member ResetValue : string -> int
Public Function ResetValue (prop As String) As Integer
Parameters
- prop
- String
[in] The name of the property to reset.
Returns
Returns S_OK if the property was reset.