AxImporter.GeneratedTypeLibAttributes Property

Definition

Gets the attributes for the generated type library.

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()

Property Value

An array of type TYPELIBATTR that indicates the attributes for the generated type library.

Applies to

See also