Método IVsCfgProviderEvents.OnCfgNameAdded (String)
Publicado: abril de 2016
Notifica o ambiente quando tiver sido adicionado a um nome de configuração.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int OnCfgNameAdded(
string pszCfgName
)
int OnCfgNameAdded(
String^ pszCfgName
)
abstract OnCfgNameAdded :
pszCfgName:string -> int
Function OnCfgNameAdded (
pszCfgName As String
) As Integer
Parâmetros
- pszCfgName
[in] Ponteiro para o nome da nova 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 IVsCfgProviderEvents::OnCfgNameAdded(
[in] LPCOLESTR pszCfgName
);
Consulte também
Interface IVsCfgProviderEvents
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo