VCConfiguration::ClearToolProperty Method (Object^, String^)

 

Clears the tool property value.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

void ClearToolProperty(
	Object^ pTool,
	String^ bstrPropertyName
)

Parameters

pTool
Type: System::Object^

The tool's IDispatch pointer.

bstrPropertyName
Type: System::String^

The name of the property to clear.

Return to top
Show: