VSTREELISTITEMCHANGE Structure

 

Specifies dynamic changes to a tree list.

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

public struct VSTREELISTITEMCHANGE

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldgrfChange

Specifies the changes that have occurred. Values are taken from the _VSTREEITEMCHANGESMASK enumeration.

System_CAPS_pubfieldindex

Identifies a tree list item.

From vsshell.idl:

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: