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