VCConfiguration.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 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