ArgumentResult.GetValueOrDefault 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetValueOrDefault()
public:
System::Object ^ GetValueOrDefault();
public object? GetValueOrDefault ();
member this.GetValueOrDefault : unit -> obj
Public Function GetValueOrDefault () As Object
傳回
剖析的值或的預設值 Argument
GetValueOrDefault<T>()
public:
generic <typename T>
T GetValueOrDefault();
public T GetValueOrDefault<T> ();
member this.GetValueOrDefault : unit -> 'T
Public Function GetValueOrDefault(Of T) () As T
類型參數
傳回
T
剖析的值或的預設值 Argument