IConversionOperation.IsTryCast 属性

定义

如果在转换失败时转换失败 InvalidCastException ,则为 False。 对于 C# 的 as 运算符和 VB 的 TryCast 运算符,这为 true。

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

属性值

适用于