Compartilhar via


Método IVCRulePropertyStorage.DeleteProperty

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

Sintaxe

'Declaração
Sub DeleteProperty ( _
    bstrPropertyName As String _
)
void DeleteProperty(
    string bstrPropertyName
)
void DeleteProperty(
    [InAttribute] String^ bstrPropertyName
)
abstract DeleteProperty : 
        bstrPropertyName:string -> unit
function DeleteProperty(
    bstrPropertyName : String
)

Parâmetros

  • bstrPropertyName
    Tipo: String

Segurança do .NET Framework

Consulte também

Referência

IVCRulePropertyStorage Interface

Namespace Microsoft.VisualStudio.VCProjectEngine