_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 |
Attributes プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| CanRead |
CanRead プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| CanWrite |
CanWrite プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| DeclaringType |
DeclaringType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsSpecialName |
IsSpecialName プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| MemberType |
MemberType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| Name |
Name プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| PropertyType |
PropertyType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| ReflectedType |
ReflectedType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |