TypeLib Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a type library.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class TypeLib
[System.Runtime.InteropServices.ComVisible(false)]
public class TypeLib
[<System.Runtime.InteropServices.ComVisible(false)>]
type TypeLib = class
Public Class TypeLib
- Inheritance
-
TypeLib
- Attributes
Constructors
TypeLib() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TypeLib class. |
Properties
Flags |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the string representation of the type library flags for this type library. |
HelpDirectory |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the directory where the Help file for the types in the type library is located. |
ResourceId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the hexadecimal string representation of the locale identifier (LCID). |
TlbId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the unique ID of the type library. |
Version |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the version number of the type library. |
XmlFlags |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a property that is used to serialize the Flags property to an XML file. |
XmlHelpDirectory |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a property that is used to serialize the HelpDirectory property to an XML file. |
XmlResourceId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a property that is used to serialize the ResourceId property to an XML file. |
XmlTlbId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a property that is used to serialize the TlbId property to an XML file. |
XmlVersion |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a property that is used to serialize the Version property to an XML file. |