VSCOMPONENTSELECTORDATA Struct

Definition

Stores selection attributes for a component.

public value class VSCOMPONENTSELECTORDATA
struct VSCOMPONENTSELECTORDATA
public struct VSCOMPONENTSELECTORDATA
type VSCOMPONENTSELECTORDATA = struct
Public Structure VSCOMPONENTSELECTORDATA
Inheritance
VSCOMPONENTSELECTORDATA

Remarks

The following members are optional:

wFileMajorVersion

wFileMinorVersion

wFileRevisionNumber

wFileBuildNumber

guidTypeLibrary

wTypeLibraryMajorVersion

wTypeLibraryMinorVersion

lcidTypeLibrary

The bstrProjRef project reference string is obtained from a call to GetProjrefOfProject

The lCustom member can contain any custom data.

Fields

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.

Applies to