VCPropertySheet.ClearToolProperty(Object, String) Method

Definition

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

Applies to