IVsCfgProviderEventsHelper.NotifyOnCfgNameAdded(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 added events for all listeners in the array.
public:
int NotifyOnCfgNameAdded(System::String ^ pszCfgName);
public:
int NotifyOnCfgNameAdded(Platform::String ^ pszCfgName);
int NotifyOnCfgNameAdded(std::wstring const & pszCfgName);
public int NotifyOnCfgNameAdded (string pszCfgName);
abstract member NotifyOnCfgNameAdded : string -> int
Public Function NotifyOnCfgNameAdded (pszCfgName As String) As Integer
Parameters
- pszCfgName
- String
[in] Configuration name to be added to 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::NotifyOnCfgNameAdded(
[in] LPCOLESTR pszCfgName
);