tagTLIBATTR Structure
Visual Studio 2015
Contains information about a type library. Information from this structure is used to identify the type library and to provide country/region language support for member names.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | Guid | The type library's GUID. |
![]() | lcid | The ype library's locale ID. |
![]() | syskind | The type library's target hardware platform. |
![]() | wLibFlags | The type library's flags. |
![]() | wMajorVerNum | The type library's major version number. |
![]() | wMinorVerNum | The type library's minor version number. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

