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
[<SealedAttribute>]
type VSCOMPONENTSELECTORDATA =  struct end
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.

See Also

Reference

VSCOMPONENTSELECTORDATA Members

Microsoft.VisualStudio.Shell.Interop Namespace