Método IVsCfgProviderEventsHelper.NotifyOnPlatformNameDeleted (String)
Publicado: abril de 2016
Disparado para coletar eventos de nome excluído de plataforma para todos os ouvintes na matriz.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int NotifyOnPlatformNameDeleted(
string pszPlatformName
)
int NotifyOnPlatformNameDeleted(
String^ pszPlatformName
)
abstract NotifyOnPlatformNameDeleted :
pszPlatformName:string -> int
Function NotifyOnPlatformNameDeleted (
pszPlatformName As String
) As Integer
Parâmetros
- pszPlatformName
[in] Nome da plataforma a ser excluído da lista de configuração.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsCfgProviderEventsHelper::NotifyOnPlatformNameDeleted(
[in] LPCOLESTR pszPlatformName
);
Consulte também
Interface IVsCfgProviderEventsHelper
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo