_PropertyInfo インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
PropertyInfo クラスのパブリック メンバーをアンマネージ コードに公開します。
public interface class _PropertyInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _PropertyInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _PropertyInfo
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _PropertyInfo = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _PropertyInfo = interface
Public Interface _PropertyInfo
- 派生
- 属性
注釈
このインターフェイスは、アンマネージ コードからマネージド クラスにアクセスするためのインターフェイスであり、マネージド コードから呼び出さないでください。
このインターフェイスは、アンマネージ COM オブジェクトからアクセスできるクラス メンバーの System.Reflection.PropertyInfo vtable 順序を保持します。
プロパティ
Attributes |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、Attributesプロパティです。 |
CanRead |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、CanReadプロパティです。 |
CanWrite |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、CanWriteプロパティです。 |
DeclaringType |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、DeclaringTypeプロパティです。 |
IsSpecialName |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、IsSpecialNameプロパティです。 |
MemberType |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、MemberTypeプロパティです。 |
Name |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、Nameプロパティです。 |
PropertyType |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、PropertyTypeプロパティです。 |
ReflectedType |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、ReflectedTypeプロパティです。 |
メソッド
適用対象
.NET