_PropertyBuilder インターフェイス

定義

重要

この API は CLS 準拠ではありません。

PropertyBuilder クラスをアンマネージ コードに公開します。

public interface class _PropertyBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("15F9A479-9397-3A63-ACBD-F51977FB0F02")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _PropertyBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("15F9A479-9397-3A63-ACBD-F51977FB0F02")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _PropertyBuilder
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("15F9A479-9397-3A63-ACBD-F51977FB0F02")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _PropertyBuilder = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("15F9A479-9397-3A63-ACBD-F51977FB0F02")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _PropertyBuilder = interface
Public Interface _PropertyBuilder
派生
属性

注釈

このインターフェイスは、アンマネージ コードからマネージド クラスにアクセスするためのインターフェイスであり、マネージド コードから呼び出さないでください。

メソッド

GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

一連の名前を対応する一連のディスパッチ識別子に割り当てます。

GetTypeInfo(UInt32, UInt32, IntPtr)

オブジェクトの型情報を取得します。この情報はインターフェイスの型情報の取得に使用できます。

GetTypeInfoCount(UInt32)

オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。

Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

オブジェクトによって公開されたプロパティおよびメソッドへのアクセスを提供します。

適用対象