共用方式為


ExternalVariableSchemaContext.GetXamlType 方法

 

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

多載清單

名稱 描述
System_CAPS_protmethod GetXamlType(String, String, XamlType[])

取得 XAML 類型,該類型是根據 XAML 命名空間和類型名稱的字串。(覆寫 XamlSchemaContext.GetXamlType(String, String, XamlType[])。)

System_CAPS_pubmethod GetXamlType(Type)

(繼承自 XamlSchemaContext。)

System_CAPS_pubmethod GetXamlType(XamlTypeName)

(繼承自 XamlSchemaContext。)

請參閱

ExternalVariableSchemaContext 類別
Microsoft.Workflow.Client 命名空間

回到頁首

ExternalVariableSchemaContext.GetXamlType 方法 (String, String, XamlType[])

取得 XAML 類型,該類型是根據 XAML 命名空間和類型名稱的字串。

語法

protected override XamlType GetXamlType(
    string xamlNamespace,
    string name,
    params XamlType[] typeArguments
)
protected:
virtual XamlType^ GetXamlType(
    String^ xamlNamespace,
    String^ name,
    ... array<XamlType^>^ typeArguments
) override
override GetXamlType : 
        xamlNamespace:string *
        name:string *
        [<ParamArrayAttribute>] typeArguments:XamlType[] -> XamlType
Protected Overrides Function GetXamlType (
    xamlNamespace As String,
    name As String,
    ParamArray typeArguments As XamlType()
) As XamlType

參數

  • xamlNamespace
    Type: System.String

    包含所需類型的 XAML 命名空間。

傳回值

Type: System.Xaml.XamlType

符合輸入準則的 XAML 類型。

回到頁首