Condividi tramite


Metodo VCConfiguration.ClearToolProperty

Cancella il valore della proprietà dello strumento.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
Sub ClearToolProperty ( _
    pTool As Object, _
    bstrPropertyName As String _
)
void ClearToolProperty(
    Object pTool,
    string bstrPropertyName
)
void ClearToolProperty(
    [InAttribute] Object^ pTool, 
    [InAttribute] String^ bstrPropertyName
)
abstract ClearToolProperty : 
        pTool:Object * 
        bstrPropertyName:string -> unit 
function ClearToolProperty(
    pTool : Object, 
    bstrPropertyName : String
)

Parametri

  • pTool
    Tipo: System.Object
    Il puntatore idispatch dello strumento.
  • bstrPropertyName
    Tipo: System.String
    Il nome della proprietà da cancellare.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCConfiguration Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine