IVsUIDataSource.ResetValue(String) Method
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);
C#
public int ResetValue(string prop);
abstract member ResetValue : string -> int
Public Function ResetValue (prop As String) As Integer
- prop
- String
[in] The name of the property to reset.
Returns S_OK if the property was reset.
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |