共用方式為


BindingBase.TargetNullValue 屬性

定義

當繫結的目標為 null 時,取得或設定要為繫結屬性提供的值。

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

屬性值

系結目標為 null 時,要為系結屬性提供的值。

適用於