Partilhar via


Método IDirList.get_Title (String)

 

Publicado: abril de 2016

Obtém o título da lista de diretório.

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

Sintaxe

[DispIdAttribute(1610743811)]
int get_Title(
    out string pbstrTitle
)
[DispIdAttribute(1610743811)]
int get_Title(
    [OutAttribute] String^% pbstrTitle
)
[<DispIdAttribute(1610743811)>]
abstract get_Title : 
        pbstrTitle:string byref -> int
<DispIdAttribute(1610743811)>
Function get_Title (
    <OutAttribute> ByRef pbstrTitle As String
) As Integer

Parâmetros

  • pbstrTitle
     [out] A seqüência de caracteres que contém o título da lista de diretórios.

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.

Consulte também

Interface IDirList
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo