Sdílet prostřednictvím


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

Viz také

Referenční dokumentace

IVCBuildPropertyStorage Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů