IVsCfgProviderEventsHelper.NotifyOnPlatformNameAdded(String) Method

Definition

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  
);  

Applies to