共用方式為


CommonConversion.Exists 屬性

定義

如果轉換存在,則傳回 true,如目的語言所定義。

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

屬性值

備註

轉換的存在不一定表示轉換有效。 例如,模棱兩可的使用者定義轉換可能存在,但可能無效。

適用於