TypeLibTypeAttribute Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av TypeLibTypeAttribute klassen.
Överlagringar
| Name | Description |
|---|---|
| TypeLibTypeAttribute(Int16) |
Initierar en ny instans av |
| TypeLibTypeAttribute(TypeLibTypeFlags) |
Initierar en ny instans av |
TypeLibTypeAttribute(Int16)
- Källa:
- TypeLibTypeAttribute.cs
- Källa:
- TypeLibTypeAttribute.cs
- Källa:
- TypeLibTypeAttribute.cs
- Källa:
- TypeLibTypeAttribute.cs
- Källa:
- TypeLibTypeAttribute.cs
Initierar en ny instans av TypeLibTypeAttribute klassen med det angivna TypeLibTypeFlags värdet.
public:
TypeLibTypeAttribute(short flags);
public TypeLibTypeAttribute(short flags);
new System.Runtime.InteropServices.TypeLibTypeAttribute : int16 -> System.Runtime.InteropServices.TypeLibTypeAttribute
Public Sub New (flags As Short)
Parametrar
- flags
- Int16
Värdet TypeLibTypeFlags för den attributerade typen som hittades i typbiblioteket som den importerades från.
Gäller för
TypeLibTypeAttribute(TypeLibTypeFlags)
- Källa:
- TypeLibTypeAttribute.cs
- Källa:
- TypeLibTypeAttribute.cs
- Källa:
- TypeLibTypeAttribute.cs
- Källa:
- TypeLibTypeAttribute.cs
- Källa:
- TypeLibTypeAttribute.cs
Initierar en ny instans av TypeLibTypeAttribute klassen med det angivna TypeLibTypeFlags värdet.
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)
Parametrar
- flags
- TypeLibTypeFlags
Värdet TypeLibTypeFlags för den attributerade typen som hittades i typbiblioteket som den importerades från.