PropertyInformation.Type プロパティ

定義

構成属性に対応するオブジェクトの Type を取得します。

public:
 property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type

プロパティ値

Type オブジェクトの PropertyInformation です。

次のコード例では、 プロパティの使用方法を Type 示します。 このコード例は、PropertyInformation クラスのために提供されている大規模な例の一部です。

// Display the Type property.
Console.WriteLine("Type: {0}", propertyItem.Type);
' Display the Type property.
Console.WriteLine("Type: {0}", propertyItem.Type)

適用対象