IVsCfgProviderEventsHelper.NotifyOnPlatformNameDeleted(String) Methode

Definition

Wird ausgelöst, um über Plattformnamen gelöschte Ereignisse für alle Listener im Array aufzufangen.

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

Parameter

pszPlatformName
String

[in] Aus der Konfigurationsliste zu löschender Plattformname.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell. idl:

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

Gilt für