XamlTypeInvoker 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 XamlTypeInvoker 類別的新執行個體。
多載
XamlTypeInvoker() |
初始化 XamlTypeInvoker 類別的新執行個體。 |
XamlTypeInvoker(XamlType) |
根據提供的 XamlTypeInvoker,初始化 XamlType 類別的新執行個體。 |
XamlTypeInvoker()
初始化 XamlTypeInvoker 類別的新執行個體。
protected:
XamlTypeInvoker();
protected XamlTypeInvoker ();
Protected Sub New ()
備註
預設的實作是空的。
這個建構函式會在內部叫用,以提供 的值 UnknownInvoker 。 XamlTypeInvoker對於子類別,您應該使用 XamlTypeInvoker(XamlType) 簽章進行建構,或提供呼叫為基底的 XamlTypeInvoker(XamlType) 覆寫。 提供 會 XamlType 實作預設模式,其中 XamlTypeInvoker 是不可變的。
適用於
XamlTypeInvoker(XamlType)
根據提供的 XamlTypeInvoker,初始化 XamlType 類別的新執行個體。
public:
XamlTypeInvoker(System::Xaml::XamlType ^ type);
public XamlTypeInvoker (System.Xaml.XamlType type);
new System.Xaml.Schema.XamlTypeInvoker : System.Xaml.XamlType -> System.Xaml.Schema.XamlTypeInvoker
Public Sub New (type As XamlType)
參數
- type
- XamlType
特定 XAML 型別與這個 XamlType 相關的 XamlTypeInvoker 值。
例外狀況
type
為 null
。
備註
這個建構函式會根據 XamlType 用於建構的位置 XamlTypeInvoker ,在內部呼叫。 type
此處提供的 與 的所有其他方法呼叫 XamlTypeInvoker 有關。