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

 

Clears the property value of a tool property.

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

void ClearToolProperty(
	Object^ pTool,
	String^ bstrPropertyName
)

Parameters

pTool
Type: System::Object^

Tool property to clear.

bstrPropertyName
Type: System::String^

Property name.

Return to top
Show: