AxImporter.GeneratedTypeLibAttributes 属性

定义

获取所生成类型库的特性。

public:
 property cli::array <System::Runtime::InteropServices::TYPELIBATTR> ^ GeneratedTypeLibAttributes { cli::array <System::Runtime::InteropServices::TYPELIBATTR> ^ get(); };
public System.Runtime.InteropServices.TYPELIBATTR[] GeneratedTypeLibAttributes { get; }
member this.GeneratedTypeLibAttributes : System.Runtime.InteropServices.TYPELIBATTR[]
Public ReadOnly Property GeneratedTypeLibAttributes As TYPELIBATTR()

属性值

TYPELIBATTR[]

TYPELIBATTR 类型的数组,指示所生成类型库的特性。

适用于

另请参阅