IVsCfgProviderEventsHelper.NotifyOnPlatformNameDeleted(String) 方法

定义

激发,用于接收器平台名称删除了数组中所有侦听器的事件。

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

参数

pszPlatformName
String

中要从配置列表中删除的平台名称。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

注解

COM 签名

从 vsshell:

HRESULT IVsCfgProviderEventsHelper::NotifyOnPlatformNameDeleted(  
   [in] LPCOLESTR pszPlatformName  
);  

适用于