AxImporter.GeneratedTypeLibAttributes Propriedade
Definição
Obtém os atributos para a biblioteca de tipos gerada.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()
Valor da propriedade
Uma matriz do tipo TYPELIBATTR que indica os atributos para a biblioteca de tipos gerada.An array of type TYPELIBATTR that indicates the attributes for the generated type library.