VSOBJECTINFO Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores library object attributes.
public value class VSOBJECTINFO
struct VSOBJECTINFO
[System.Runtime.InteropServices.ComConversionLoss]
public struct VSOBJECTINFO
[<System.Runtime.InteropServices.ComConversionLoss>]
type VSOBJECTINFO = struct
Public Structure VSOBJECTINFO
- Inheritance
-
VSOBJECTINFO
- Attributes
Remarks
Use this structure to fully identify an object within a library.
Fields
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. |