_FieldBuilder 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
將 FieldBuilder 類別公開到 Unmanaged 程式碼。
public interface class _FieldBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _FieldBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _FieldBuilder
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _FieldBuilder = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _FieldBuilder = interface
Public Interface _FieldBuilder
- 衍生
- 屬性
備註
此介面適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
方法
GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
將一組名稱對應至一組對應的分派識別項 (Dispatch Identifier)。 |
GetTypeInfo(UInt32, UInt32, IntPtr) |
擷取物件的類型資訊,可以用來取得介面的類型資訊。 |
GetTypeInfoCount(UInt32) |
擷取物件提供的類型資訊介面數目 (0 或 1)。 |
Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
提供物件所公開的屬性和方法的存取權。 |