共用方式為


IConversionOperation.IsTryCast 屬性

定義

False 表示轉換會在執行時間失敗 InvalidCastException ,且轉換失敗。 這適用于 C# 的 as 運算子和 VB 的 TryCast 運算子。

public:
 property bool IsTryCast { bool get(); };
public bool IsTryCast { get; }
member this.IsTryCast : bool
Public ReadOnly Property IsTryCast As Boolean

屬性值

適用於