IVsCfgProviderEvents.OnPlatformNameDeleted(String) Method

Definition

Notifies the environment when a platform name has been deleted.

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

Parameters

pszPlatformName
String

[in] Pointer to the deleted platform name.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsCfgProviderEvents::OnPlatformNameDeleted(  
   [in] LPCOLESTR pszPlatformName  
);  

Applies to