Partilhar via


Método IVsBuildPropertyStorage.GetItemAttribute (UInt32, String, String)

 

Publicado: abril de 2016

Recupera o valor de um atributo de um item de hierarquia, identificado por VSITEMID.

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

Sintaxe

int GetItemAttribute(
    uint item,
    string pszAttributeName,
    out string pbstrAttributeValue
)
int GetItemAttribute(
    unsigned int item,
    String^ pszAttributeName,
    [OutAttribute] String^% pbstrAttributeValue
)
abstract GetItemAttribute : 
        item:uint32 *
        pszAttributeName:string *
        pbstrAttributeValue:string byref -> int
Function GetItemAttribute (
    item As UInteger,
    pszAttributeName As String,
    <OutAttribute> ByRef pbstrAttributeValue As String
) As Integer

Parâmetros

  • item
    [in] O VSITEMID para o elemento.
  • pszAttributeName
    [in] A seqüência de caracteres que contém o nome do atributo.
  • pbstrAttributeValue
    [out] A seqüência de caracteres que contém o valor do atributo.

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 IVsBuildPropertyStorage
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo