IVsCfgProviderEventsHelper.NotifyOnPlatformNameDeleted(String) Method

Definition

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

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

Parameters

pszPlatformName
String

[in] Platform 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::NotifyOnPlatformNameDeleted(  
   [in] LPCOLESTR pszPlatformName  
);  

Applies to