Compartilhar via


Método IVsProjectCfg.get_CanonicalName (String)

 

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.

Comentários

COM assinatura

De vsshell.idl:

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

Consulte também

Interface IVsProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo