Partilhar via


Estrutura VSTREELISTITEMCHANGE

 

Especifica as alterações dinâmicas de uma lista de árvore.

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

Sintaxe

public struct VSTREELISTITEMCHANGE
public value struct VSTREELISTITEMCHANGE
[<Sealed>]
type VSTREELISTITEMCHANGE = struct end
Public Structure VSTREELISTITEMCHANGE

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de ValueType.)

System_CAPS_pubmethod GetHashCode()

(herdado de ValueType.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(herdado de ValueType.)

Campos

Nome Descrição
System_CAPS_pubfield grfChange

Especifica as alterações que ocorreram.Valores são obtidas a partir do _VSTREEITEMCHANGESMASK enumeração.

System_CAPS_pubfield index

Identifica um item de lista de árvore.

Comentários

COM assinatura

De vsshell.idl:

typedef struct _VSTREELISTITEMCHANGE
{
    ULONG Index;
    VSTREEITEMCHANGESMASK grfChange;
} VSTREELISTITEMCHANGE;

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo