IControl.TypeLib 属性

定义

获取或设置控件的类型库。

public:
 property System::Object ^ TypeLib { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ TypeLib { Platform::Object ^ get(); void set(Platform::Object ^ value); };
[System.Runtime.InteropServices.DispId(1610743812)]
public object TypeLib { [System.Runtime.InteropServices.DispId(1610743812)] get; [System.Runtime.InteropServices.DispId(1610743812)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743812)>]
[<get: System.Runtime.InteropServices.DispId(1610743812)>]
[<set: System.Runtime.InteropServices.DispId(1610743812)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.TypeLib : obj with get, set
Public Property TypeLib As Object

属性值

Object

控件的类型库。

属性

适用于