ExternalVariableSchemaContext Class

 

Represents a XAML schema context for external variable.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Inheritance Hierarchy

System.Object
  System.Xaml.XamlSchemaContext
    Microsoft.Workflow.Client.ExternalVariableSchemaContext

Syntax

public class ExternalVariableSchemaContext : XamlSchemaContext
public ref class ExternalVariableSchemaContext : XamlSchemaContext
type ExternalVariableSchemaContext = 
    class
        inherit XamlSchemaContext
    end
Public Class ExternalVariableSchemaContext
    Inherits XamlSchemaContext

Constructors

Name Description
System_CAPS_pubmethod ExternalVariableSchemaContext()

Initializes a new instance of the ExternalVariableSchemaContext class.

Properties

Name Description
System_CAPS_pubproperty FullyQualifyAssemblyNamesInClrNamespaces

(Inherited from XamlSchemaContext.)

System_CAPS_pubproperty ReferenceAssemblies

(Inherited from XamlSchemaContext.)

System_CAPS_pubproperty SupportMarkupExtensionsWithDuplicateArity

(Inherited from XamlSchemaContext.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from XamlSchemaContext.)

System_CAPS_pubmethod GetAllXamlNamespaces()

(Inherited from XamlSchemaContext.)

System_CAPS_pubmethod GetAllXamlTypes(String)

(Inherited from XamlSchemaContext.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetPreferredPrefix(String)

(Inherited from XamlSchemaContext.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod GetValueConverter<TConverterBase>(Type, XamlType)

(Inherited from XamlSchemaContext.)

System_CAPS_pubmethod GetXamlDirective(String, String)

(Inherited from XamlSchemaContext.)

System_CAPS_protmethod GetXamlType(String, String, XamlType[])

Gets the XAML type that is based on a XAML namespace and a string for the type name.(Overrides XamlSchemaContext.GetXamlType(String, String, XamlType[]).)

System_CAPS_pubmethod GetXamlType(Type)

(Inherited from XamlSchemaContext.)

System_CAPS_pubmethod GetXamlType(XamlTypeName)

(Inherited from XamlSchemaContext.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnAssemblyResolve(String)

(Inherited from XamlSchemaContext.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryGetCompatibleXamlNamespace(String, String)

(Inherited from XamlSchemaContext.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Workflow.Client Namespace

Return to top