VSCOMPONENTSELECTORDATA Fields

Include Protected Members
Include Inherited Members

The VSCOMPONENTSELECTORDATA type exposes the following members.

Fields

  Name Description
Public field bstrFile String containing the full path to component file.
Public field bstrProjRef String containing the project reference.
Public field bstrTitle String containing the human-readable name of component (not identity information).
Public field dwSize DWORD containing the size of VSCOMPONENTSELECTORDATA.
Public field guidTypeLibrary GUID specifying the type library.
Public field lcidTypeLibrary Specifies the locale of the library.
Public field lCustom DWORD containing custom information.
Public field type Specifies the component type. Values are taken from the VSCOMPONENTTYPE enumeration.
Public field wFileBuildNumber Contains the file's build number.
Public field wFileMajorVersion Contains the file's major version number.
Public field wFileMinorVersion Contains the file's minor version number.
Public field wFileRevisionNumber Contains the file's build revision number.
Public field wTypeLibraryMajorVersion Contains the type library's major version number.
Public field wTypeLibraryMinorVersion Contains the type library's minor version number.

Top

See Also

Reference

VSCOMPONENTSELECTORDATA Structure

Microsoft.VisualStudio.Shell.Interop Namespace