TypeLibTypeAttribute Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Inicializálja a TypeLibTypeAttribute osztály új példányát.
Túlterhelések
| Name | Description |
|---|---|
| TypeLibTypeAttribute(Int16) |
Inicializálja az osztály új példányát |
| TypeLibTypeAttribute(TypeLibTypeFlags) |
Inicializálja az osztály új példányát |
TypeLibTypeAttribute(Int16)
- Forrás:
- TypeLibTypeAttribute.cs
- Forrás:
- TypeLibTypeAttribute.cs
- Forrás:
- TypeLibTypeAttribute.cs
- Forrás:
- TypeLibTypeAttribute.cs
- Forrás:
- TypeLibTypeAttribute.cs
Inicializálja az osztály új példányát TypeLibTypeAttribute a megadott TypeLibTypeFlags értékkel.
public:
TypeLibTypeAttribute(short flags);
public TypeLibTypeAttribute(short flags);
new System.Runtime.InteropServices.TypeLibTypeAttribute : int16 -> System.Runtime.InteropServices.TypeLibTypeAttribute
Public Sub New (flags As Short)
Paraméterek
- flags
- Int16
Az TypeLibTypeFlags attribútumként megadott típus értéke az importált típustárban található.
A következőre érvényes:
TypeLibTypeAttribute(TypeLibTypeFlags)
- Forrás:
- TypeLibTypeAttribute.cs
- Forrás:
- TypeLibTypeAttribute.cs
- Forrás:
- TypeLibTypeAttribute.cs
- Forrás:
- TypeLibTypeAttribute.cs
- Forrás:
- TypeLibTypeAttribute.cs
Inicializálja az osztály új példányát TypeLibTypeAttribute a megadott TypeLibTypeFlags értékkel.
public:
TypeLibTypeAttribute(System::Runtime::InteropServices::TypeLibTypeFlags flags);
public TypeLibTypeAttribute(System.Runtime.InteropServices.TypeLibTypeFlags flags);
new System.Runtime.InteropServices.TypeLibTypeAttribute : System.Runtime.InteropServices.TypeLibTypeFlags -> System.Runtime.InteropServices.TypeLibTypeAttribute
Public Sub New (flags As TypeLibTypeFlags)
Paraméterek
- flags
- TypeLibTypeFlags
Az TypeLibTypeFlags attribútumként megadott típus értéke az importált típustárban található.