VCPropertySheet.ClearToolProperty(Object, 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.
Clears the property value of a tool property.
public:
void ClearToolProperty(System::Object ^ pTool, System::String ^ bstrPropertyName);
public:
void ClearToolProperty(Platform::Object ^ pTool, Platform::String ^ bstrPropertyName);
void ClearToolProperty(winrt::Windows::Foundation::IInspectable const & pTool, std::wstring const & bstrPropertyName);
[System.Runtime.InteropServices.DispId(761)]
public void ClearToolProperty (object pTool, string bstrPropertyName);
[<System.Runtime.InteropServices.DispId(761)>]
abstract member ClearToolProperty : obj * string -> unit
Public Sub ClearToolProperty (pTool As Object, bstrPropertyName As String)
Parameters
- pTool
- Object
Tool property to clear.
- bstrPropertyName
- String
Property name.
- Attributes