_PropertyInfo.Attributes プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、Attributesプロパティです。

public:
 property System::Reflection::PropertyAttributes Attributes { System::Reflection::PropertyAttributes get(); };
public System.Reflection.PropertyAttributes Attributes { get; }
member this.Attributes : System.Reflection.PropertyAttributes
Public ReadOnly Property Attributes As PropertyAttributes

プロパティ値

このプロパティの属性。

注釈

このプロパティは、アンマネージ コードからマネージド クラスにアクセスするためのプロパティであり、マネージド コードから呼び出さないでください。

プロパティは Attributes 、このプロパティの属性を取得します。

適用対象