VSOBJECTINFO Structure
Visual Studio 2015
Stores library object attributes.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | dwCustom | DWORD containing any custom information. |
![]() | pguidLib | Pointer to a GUID specifying the library. |
![]() | pszClassName | Pointer to the class name. |
![]() | pszLibName | Pointer to the library name. |
![]() | pszMemberName | Pointer to the member name. |
![]() | pszNspcName | 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.
Show:

