VSCOMPONENTSELECTORDATA Structure
Stores selection attributes for a component.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
Public Structure VSCOMPONENTSELECTORDATA
'使用
Dim instance As VSCOMPONENTSELECTORDATA
public struct VSCOMPONENTSELECTORDATA
public value class VSCOMPONENTSELECTORDATA
JScript supports the use of structures, but not the declaration of new ones.
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.