tagTLIBATTR Structure

 

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.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

public struct tagTLIBATTR

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldGuid

The type library's GUID.

System_CAPS_pubfieldlcid

The ype library's locale ID.

System_CAPS_pubfieldsyskind

The type library's target hardware platform.

System_CAPS_pubfieldwLibFlags

The type library's flags.

System_CAPS_pubfieldwMajorVerNum

The type library's major version number.

System_CAPS_pubfieldwMinorVerNum

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.

Return to top
Show: