Share via


VSCOMPONENTSELECTORDATA Members

Include Protected Members
Include Inherited Members

Stores selection attributes for a component.

The VSCOMPONENTSELECTORDATA type exposes the following members.

Methods

 

Name

Description

Public method

Equals

Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Returns the hash code for this instance. (Inherited from ValueType.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

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