Share via


IVsCfgProviderEventsHelper.NotifyOnCfgNameDeleted(String) Method

Definition

Fired to sink configuration name deleted events for all listeners in the array.

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

Parameters

pszCfgName
String

[in] Configuration name to be deleted from the configuration list.

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsCfgProviderEventsHelper::NotifyOnCfgNameDeleted(  
   [in] LPCOLESTR pszCfgName  
);  

Applies to