Método IVsCfgProviderEventsHelper.NotifyOnPlatformNameAdded (String)

 

Publicado: abril de 2016

Acionado se afundar o nome da plataforma adicionados eventos para todos os ouvintes na matriz.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int NotifyOnPlatformNameAdded(
    string pszPlatformName
)
int NotifyOnPlatformNameAdded(
    String^ pszPlatformName
)
abstract NotifyOnPlatformNameAdded : 
        pszPlatformName:string -> int
Function NotifyOnPlatformNameAdded (
    pszPlatformName As String
) As Integer

Parâmetros

  • pszPlatformName
    [in] Nome da plataforma a ser adicionado à 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::NotifyOnPlatformNameAdded(
   [in] LPCOLESTR pszPlatformName
);

Consulte também

Interface IVsCfgProviderEventsHelper
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo