Aracılığıyla paylaş


IVsCfgProviderEventsHelper.NotifyOnPlatformNameDeleted Yöntem (String)

 

Platform silinmiş adı olayları dizisindeki tüm dinleyiciler için havuz için gönderildi.

Ad Alanı:   Microsoft.VisualStudio.Shell.Interop
Derleme:  Microsoft.VisualStudio.Shell.Interop (Microsoft.VisualStudio.Shell.Interop.dll içinde)

Sözdizimi

int NotifyOnPlatformNameDeleted(
    string pszPlatformName
)
int NotifyOnPlatformNameDeleted(
    String^ pszPlatformName
)
abstract NotifyOnPlatformNameDeleted : 
        pszPlatformName:string -> int
Function NotifyOnPlatformNameDeleted (
    pszPlatformName As String
) As Integer

Parametreler

  • pszPlatformName
    Type: System.String

    [in] Yapılandırma listesinden silinecek platform adı.

Dönüş Değeri

Type: System.Int32

Yöntem başarılı olursa, döndürür S_OK. Başarısız olursa, bir hata kodu döndürür.

Notlar

COM imza

Vsshell.idl:

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

Ayrıca bkz.

IVsCfgProviderEventsHelper Arabirim
Microsoft.VisualStudio.Shell.Interop Ad Alanı

Başa dön