VSCOMPONENTSELECTORDATA Members
Include Protected Members
Include Inherited Members
Stores selection attributes for a component.
The VSCOMPONENTSELECTORDATA type exposes the following members.
Methods
Name
Description
Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the hash code for this instance. (Inherited from ValueType.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns the fully qualified type name of this instance. (Inherited from ValueType.)
Top
Fields
Name
Description
String containing the full path to component file.
String containing the project reference.
String containing the human-readable name of component (not identity information).
DWORD containing the size of VSCOMPONENTSELECTORDATA.
GUID specifying the type library.
Specifies the locale of the library.
DWORD containing custom information.
Specifies the component type. Values are taken from the VSCOMPONENTTYPE enumeration.
Contains the file's build number.
Contains the file's major version number.
Contains the file's minor version number.
Contains the file's build revision number.
Contains the type library's major version number.
Contains the type library's minor version number.
Top