Partilhar via


Método IVsProfileSettingsTree.FindChildTree (String, IVsProfileSettingsTree)

 

Publicado: abril de 2016

Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código.

Localiza uma árvore de filho.

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

Sintaxe

int FindChildTree(
    string bstrNameSearch,
    out IVsProfileSettingsTree ppChildTree
)
int FindChildTree(
    String^ bstrNameSearch,
    [OutAttribute] IVsProfileSettingsTree^% ppChildTree
)
abstract FindChildTree : 
        bstrNameSearch:string *
        ppChildTree:IVsProfileSettingsTree byref -> int
Function FindChildTree (
    bstrNameSearch As String,
    <OutAttribute> ByRef ppChildTree As IVsProfileSettingsTree
) As Integer

Parâmetros

  • bstrNameSearch
    [in] O nome da árvore para localizar.

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 vsshell80.idl:

[C++]

HRESULT FindChildTree(
   [in] BSTR bstrNameSearch, 
   [out] IVsProfileSettingsTree **ppChildTree
);

Consulte também

Interface IVsProfileSettingsTree
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo