IVCBuildPropertyStorage.RemoveProperty – metoda
Obor názvů: Microsoft.VisualStudio.VCProjectEngine
Sestavení: Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Deklarace
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
)
Parametry
- pszPropName
Typ: String
- pszConfigName
Typ: String
- storage
Typ: String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.