Método IVsCfgProviderEvents.OnPlatformNameDeleted (String)
Publicado: abril de 2016
Notifica o ambiente quando um nome de plataforma foi excluído.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int OnPlatformNameDeleted(
string pszPlatformName
)
int OnPlatformNameDeleted(
String^ pszPlatformName
)
abstract OnPlatformNameDeleted :
pszPlatformName:string -> int
Function OnPlatformNameDeleted (
pszPlatformName As String
) As Integer
Parâmetros
- pszPlatformName
[in] Ponteiro para o nome da plataforma excluídos.
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::OnPlatformNameDeleted(
[in] LPCOLESTR pszPlatformName
);
Consulte também
Interface IVsCfgProviderEvents
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo