IVsCfgProviderEventsHelper.NotifyOnPlatformNameDeleted(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 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
);