IVsUIDataSource.ResetValue(String) Method

Definition

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.

Applies to