PropertyInformation.DefaultValue プロパティ

定義

構成属性に関連する既定値を格納しているオブジェクトを取得します。

public:
 property System::Object ^ DefaultValue { System::Object ^ get(); };
public object DefaultValue { get; }
member this.DefaultValue : obj
Public ReadOnly Property DefaultValue As Object

プロパティ値

構成属性の既定値を格納しているオブジェクト。

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

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

適用対象