VSCOMPONENTSELECTORDATA Fields

 

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

NameDescription
System_CAPS_pubfieldbstrFile

String containing the full path to component file.

System_CAPS_pubfieldbstrProjRef

String containing the project reference.

System_CAPS_pubfieldbstrTitle

String containing the human-readable name of component (not identity information).

System_CAPS_pubfielddwSize

DWORD containing the size of VSCOMPONENTSELECTORDATA.

System_CAPS_pubfieldguidTypeLibrary

GUID specifying the type library.

System_CAPS_pubfieldlcidTypeLibrary

Specifies the locale of the library.

System_CAPS_pubfieldlCustom

DWORD containing custom information.

System_CAPS_pubfieldtype

Specifies the component type. Values are taken from the VSCOMPONENTTYPE enumeration.

System_CAPS_pubfieldwFileBuildNumber

Contains the file's build number.

System_CAPS_pubfieldwFileMajorVersion

Contains the file's major version number.

System_CAPS_pubfieldwFileMinorVersion

Contains the file's minor version number.

System_CAPS_pubfieldwFileRevisionNumber

Contains the file's build revision number.

System_CAPS_pubfieldwTypeLibraryMajorVersion

Contains the type library's major version number.

System_CAPS_pubfieldwTypeLibraryMinorVersion

Contains the type library's minor version number.

Return to top
Show: