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
)
參數
- pszPropName
型別:System.String
- pszConfigName
型別:System.String
- storage
型別:System.String
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。