IVsCfgProviderEventsHelper.NotifyOnCfgNameDeleted(String) Método

Definição

Acionado para eventos de nome de configuração de coletor excluídos para todos os ouvintes na matriz.

public:
 int NotifyOnCfgNameDeleted(System::String ^ pszCfgName);
public:
 int NotifyOnCfgNameDeleted(Platform::String ^ pszCfgName);
int NotifyOnCfgNameDeleted(std::wstring const & pszCfgName);
public int NotifyOnCfgNameDeleted (string pszCfgName);
abstract member NotifyOnCfgNameDeleted : string -> int
Public Function NotifyOnCfgNameDeleted (pszCfgName As String) As Integer

Parâmetros

pszCfgName
String

no Nome da configuração a ser excluído da lista de configuração.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De VSShell. idl:

HRESULT IVsCfgProviderEventsHelper::NotifyOnCfgNameDeleted(  
   [in] LPCOLESTR pszCfgName  
);  

Aplica-se a