VSOBJECTINFO Structure

 

Stores library object attributes.

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

[ComConversionLossAttribute]
public struct VSOBJECTINFO

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_pubfielddwCustom

DWORD containing any custom information.

System_CAPS_pubfieldpguidLib

Pointer to a GUID specifying the library.

System_CAPS_pubfieldpszClassName

Pointer to the class name.

System_CAPS_pubfieldpszLibName

Pointer to the library name.

System_CAPS_pubfieldpszMemberName

Pointer to the member name.

System_CAPS_pubfieldpszNspcName

Pointer to the name space.

Use this structure to fully identify an object within a library.

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: