IVCBuildPropertyStorage.RemoveProperty(String, String, String) Method

Definition

public:
 void RemoveProperty(System::String ^ pszPropName, System::String ^ pszConfigName, System::String ^ storage);
public:
 void RemoveProperty(Platform::String ^ pszPropName, Platform::String ^ pszConfigName, Platform::String ^ storage);
void RemoveProperty(std::wstring const & pszPropName, std::wstring const & pszConfigName, std::wstring const & storage);
public void RemoveProperty (string pszPropName, string pszConfigName, string storage);
abstract member RemoveProperty : string * string * string -> unit
Public Sub RemoveProperty (pszPropName As String, pszConfigName As String, storage As String)

Parameters

pszPropName
String
pszConfigName
String
storage
String

Applies to