VCConfiguration.ClearToolProperty(Object, String) Method

Definition

Clears the tool property value.

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

The tool's IDispatch pointer.

bstrPropertyName
String

The name of the property to clear.

Attributes

Applies to