VCMidlTool.TypeLibraryName Property

Definition

Gets the name of the ActiveX (COM) type library reference.

public:
 property System::String ^ TypeLibraryName { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TypeLibraryName { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(36)]
public string TypeLibraryName { [System.Runtime.InteropServices.DispId(36)] get; [System.Runtime.InteropServices.DispId(36)] set; }
[<System.Runtime.InteropServices.DispId(36)>]
[<get: System.Runtime.InteropServices.DispId(36)>]
[<set: System.Runtime.InteropServices.DispId(36)>]
member this.TypeLibraryName : string with get, set
Public Property TypeLibraryName As String

Property Value

A string representing the name of the type library reference.

Attributes

Remarks

Unless the reference is an ActiveX (COM) type library, this property returns a blank string.

Applies to