次の方法で共有


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)

適用対象