Método IVsCfgProviderEventsHelper.NotifyOnCfgNameDeleted (String)
Publicado: abril de 2016
Disparado para coletar eventos de nome excluído de configuração para todos os ouvintes na matriz.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int NotifyOnCfgNameDeleted(
string pszCfgName
)
int NotifyOnCfgNameDeleted(
String^ pszCfgName
)
abstract NotifyOnCfgNameDeleted :
pszCfgName:string -> int
Function NotifyOnCfgNameDeleted (
pszCfgName As String
) As Integer
Parâmetros
- pszCfgName
[in] Nome da configuração 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::NotifyOnCfgNameDeleted(
[in] LPCOLESTR pszCfgName
);
Consulte também
Interface IVsCfgProviderEventsHelper
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo