共用方式為


IVCBuildPropertyStorage.RemoveProperty 方法

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

語法

'宣告
Sub RemoveProperty ( _
    pszPropName As String, _
    pszConfigName As String, _
    storage As String _
)
void RemoveProperty(
    string pszPropName,
    string pszConfigName,
    string storage
)
void RemoveProperty(
    [InAttribute] String^ pszPropName, 
    [InAttribute] String^ pszConfigName, 
    [InAttribute] String^ storage
)
abstract RemoveProperty : 
        pszPropName:string * 
        pszConfigName:string * 
        storage:string -> unit 
function RemoveProperty(
    pszPropName : String, 
    pszConfigName : String, 
    storage : String
)

參數

.NET Framework 安全性

請參閱

參考

IVCBuildPropertyStorage 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間