共用方式為


IVCRulePropertyStorage.DeleteProperty 方法

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

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

參數

  • bstrPropertyName
    類型:String

.NET Framework 安全性

請參閱

參考

IVCRulePropertyStorage 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間