IVCRulePropertyStorage.DeleteProperty Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IVCRulePropertyStorage Interface

Microsoft.VisualStudio.VCProjectEngine Namespace