次の方法で共有


PropertyInformation.Value プロパティ

定義

構成属性に関連する値を含むオブジェクトを取得または設定します。

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

プロパティ値

PropertyInformation オブジェクトの値を含むオブジェクト。

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

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

適用対象