ComClass.TlbId Property

Definition

Gets a value that is the identifier of the type library that contains type information about the class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ TlbId { System::String ^ get(); };
public string TlbId { get; }
public string TlbId { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TlbId : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TlbId : string
Public ReadOnly Property TlbId As String

Property Value

The identifier of the type library that contains type information about the class. A String formatted in the pattern {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}, where the value of the GUID is represented as a series of lower-case hexadecimal digits in groups of 8, 4, 4, 4, and 12 digits and separated by hyphens. An example of a return value is "{382c74c3-721d-4f34-80e5-57657b6cbc27}".

Attributes

Applies to