TYPEATTR 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use System.Runtime.InteropServices.ComTypes.TYPEATTR instead. http://go.microsoft.com/fwlink/?linkid=14202
請改用 TYPEATTR。
public value class TYPEATTR
[System.Runtime.InteropServices.ComVisible(false)]
public struct TYPEATTR
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEATTR instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct TYPEATTR
[<System.Runtime.InteropServices.ComVisible(false)>]
type TYPEATTR = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEATTR instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type TYPEATTR = struct
Public Structure TYPEATTR
- 繼承
- 屬性
備註
如需 的詳細資訊 TYPEATTR
,請參閱 MSDN 連結庫。
欄位
cbAlignment |
已淘汰.
指定這個型別之執行個體的位元組對齊。 |
cbSizeInstance |
已淘汰.
這個型別之執行個體的大小。 |
cbSizeVft |
已淘汰.
這個型別的虛擬方法表 (Virtual Method Table,VTBL) 的大小。 |
cFuncs |
已淘汰.
指示這個結構所描述之介面上的函式數目。 |
cImplTypes |
已淘汰.
指示這個結構所描述之介面上已實作的介面數目。 |
cVars |
已淘汰.
指示這個結構所描述之介面上變數和資料欄位的數目。 |
dwReserved |
已淘汰.
保留供未來使用。 |
guid |
已淘汰.
型別資訊的 GUID。 |
idldescType |
已淘汰.
所描述型別的 IDL 屬性。 |
lcid |
已淘汰.
成員名稱和文件字串的地區設定 (Locale)。 |
lpstrSchema |
已淘汰.
保留供未來使用。 |
MEMBER_ID_NIL |
已淘汰.
配合 memidConstructor 和 memidDestructor 欄位使用的常數。 |
memidConstructor |
已淘汰.
建構函式的 ID;如果沒有,則為 MEMBER_ID_NIL。 |
memidDestructor |
已淘汰.
解構函式的 ID;如果沒有,則為 MEMBER_ID_NIL。 |
tdescAlias |
已淘汰.
如果 typekind == TKIND_ALIAS,指定這個類型為其別名的類型。 |
typekind |
已淘汰.
TYPEKIND 值,描述這項資訊所描述的型別。 |
wMajorVerNum |
已淘汰.
主要版本號碼。 |
wMinorVerNum |
已淘汰.
次要版本號碼。 |
wTypeFlags |
已淘汰.
描述這項資訊的 TYPEFLAGS 值。 |