共用方式為


IDestinationTypeProvider.GetDestinationType 方法

定義

傳回 CLR Type,這個項目識別相關型別轉換器或標記延伸的目的型別。

public:
 Type ^ GetDestinationType();
public Type GetDestinationType ();
abstract member GetDestinationType : unit -> Type
Public Function GetDestinationType () As Type

傳回

目的型別的 CLR Type 值。

備註

這個方法沒有輸入參數。 傳回 (的內容,以及是否傳回) 以外的 null 任何專案,取決於 XAML 節點資料流程中的目前節點位置。

服務實作者

如果您重新實作此服務, GetDestinationType 方法應該會傳回標記延伸或類型轉換子預期會根據其最特定的轉換或輸出類型檢查的類型。

適用於