Compartilhar via


Método IVsSccControlNewSolution.GetDisplayStringForAction (String)

 

Recupera o texto a ser exibido com o "Add to Source Control" caixa de seleção na caixa de diálogo de novos projetos.

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

Sintaxe

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

Parâmetros

  • pbstrActionName
    [out] Retorna o texto a ser usado para a "Add to Source Control" caixa de seleçã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 ivsscccontrolnewsolution.idl

HRESULT GetDisplayStringForAction(
   [out] BSTR *pbstrActionName
);

Se esse método retorna uma seqüência vazia, o "Add to Source Control" caixa de seleção não aparece.

Consulte também

Interface IVsSccControlNewSolution
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo