Sdílet prostřednictvím


VCConfiguration.ClearToolProperty Method

Clears the tool property value.

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

  • bstrPropertyName
    Type: System.String

    The name of the property to clear.

Permissions

See Also

Reference

VCConfiguration Interface

VCConfiguration Members

Microsoft.VisualStudio.VCProjectEngine Namespace