_ParameterBuilder 介面

定義

重要

此 API 不符合 CLS 規範。

ParameterBuilder 類別公開到 Unmanaged 程式碼。

public interface class _ParameterBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("36329EBA-F97A-3565-BC07-0ED5C6EF19FC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _ParameterBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("36329EBA-F97A-3565-BC07-0ED5C6EF19FC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _ParameterBuilder
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("36329EBA-F97A-3565-BC07-0ED5C6EF19FC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _ParameterBuilder = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("36329EBA-F97A-3565-BC07-0ED5C6EF19FC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _ParameterBuilder = interface
Public Interface _ParameterBuilder
衍生
屬性

備註

這個介面是用來從非受控碼存取 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)

提供物件所公開的屬性和方法的存取權。

適用於