Compartilhar via


Método IVsDebuggableProjectCfg.get_CanonicalName (String)

 

Publicado: abril de 2016

Retorna o nome canônico de uma configuração.

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

Sintaxe

int get_CanonicalName(
    out string pbstrCanonicalName
)
int get_CanonicalName(
    [OutAttribute] String^% pbstrCanonicalName
)
abstract get_CanonicalName : 
        pbstrCanonicalName:string byref -> int
Function get_CanonicalName (
    <OutAttribute> ByRef pbstrCanonicalName As String
) As Integer

Parâmetros

  • pbstrCanonicalName
    [out] Ponteiro para o nome canônico de configuração do como Debug ou Release.

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.

Implementações

IVsProjectCfg.get_CanonicalName(String)

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsDebuggableProjectCfg::get_CanonicalName(
   [out] BSTR *pbstrCanonicalName
);

Consulte também

Interface IVsDebuggableProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo