IVsCfgProviderEventsHelper.NotifyOnCfgNameDeleted(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);