VSCOMPONENTSELECTORDATA Fields
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | bstrFile | String containing the full path to component file. |
![]() | bstrProjRef | String containing the project reference. |
![]() | bstrTitle | String containing the human-readable name of component (not identity information). |
![]() | dwSize | DWORD containing the size of VSCOMPONENTSELECTORDATA. |
![]() | guidTypeLibrary | GUID specifying the type library. |
![]() | lcidTypeLibrary | Specifies the locale of the library. |
![]() | lCustom | DWORD containing custom information. |
![]() | type | Specifies the component type. Values are taken from the VSCOMPONENTTYPE enumeration. |
![]() | wFileBuildNumber | Contains the file's build number. |
![]() | wFileMajorVersion | Contains the file's major version number. |
![]() | wFileMinorVersion | Contains the file's minor version number. |
![]() | wFileRevisionNumber | Contains the file's build revision number. |
![]() | wTypeLibraryMajorVersion | Contains the type library's major version number. |
![]() | wTypeLibraryMinorVersion | Contains the type library's minor version number. |
Show:
