VCPropertySheet.ClearToolProperty Method

Clears the property value of a tool property.

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

Syntax

'Declaration
Sub ClearToolProperty ( _
    pTool As Object, _
    bstrPropertyName As String _
)
'Usage
Dim instance As VCPropertySheet 
Dim pTool As Object 
Dim bstrPropertyName As String

instance.ClearToolProperty(pTool, bstrPropertyName)
void ClearToolProperty(
    Object pTool,
    string bstrPropertyName
)
void ClearToolProperty(
    [InAttribute] Object^ pTool, 
    [InAttribute] String^ bstrPropertyName
)
function ClearToolProperty(
    pTool : Object, 
    bstrPropertyName : String
)

Parameters

.NET Framework Security

See Also

Reference

VCPropertySheet Interface

VCPropertySheet Members

Microsoft.VisualStudio.VCProjectEngine Namespace