IVsCfgProviderEvents.OnCfgNameDeleted(String) Method

Definition

Notifies the environment when a configuration name has been deleted.

public:
 int OnCfgNameDeleted(System::String ^ pszCfgName);
public:
 int OnCfgNameDeleted(Platform::String ^ pszCfgName);
int OnCfgNameDeleted(std::wstring const & pszCfgName);
public int OnCfgNameDeleted (string pszCfgName);
abstract member OnCfgNameDeleted : string -> int
Public Function OnCfgNameDeleted (pszCfgName As String) As Integer

Parameters

pszCfgName
String

[in] Pointer to the deleted configuration name.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsCfgProviderEvents::OnCfgNameDeleted(  
   [in] LPCOLESTR pszCfgName  
);  

Applies to