_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)

提供对某一对象公开的属性和方法的访问。

适用于