Classe ExternalVariableSchemaContext

 

Rappresenta un contesto di schema XAML per una variabile esterna.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Gerarchia di ereditarietà

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

Sintassi

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

Costruttori

Nome Descrizione
System_CAPS_pubmethod ExternalVariableSchemaContext()

Inizializza una nuova istanza della classe ExternalVariableSchemaContext.

Proprietà

Nome Descrizione
System_CAPS_pubproperty FullyQualifyAssemblyNamesInClrNamespaces

(Ereditato da XamlSchemaContext.)

System_CAPS_pubproperty ReferenceAssemblies

(Ereditato da XamlSchemaContext.)

System_CAPS_pubproperty SupportMarkupExtensionsWithDuplicateArity

(Ereditato da XamlSchemaContext.)

Metodi

Nome Descrizione
System_CAPS_pubmethod Equals(Object)

(Ereditato da Object.)

System_CAPS_protmethod Finalize()

(Ereditato da XamlSchemaContext.)

System_CAPS_pubmethod GetAllXamlNamespaces()

(Ereditato da XamlSchemaContext.)

System_CAPS_pubmethod GetAllXamlTypes(String)

(Ereditato da XamlSchemaContext.)

System_CAPS_pubmethod GetHashCode()

(Ereditato da Object.)

System_CAPS_pubmethod GetPreferredPrefix(String)

(Ereditato da XamlSchemaContext.)

System_CAPS_pubmethod GetType()

(Ereditato da Object.)

System_CAPS_protmethod GetValueConverter<TConverterBase>(Type, XamlType)

(Ereditato da XamlSchemaContext.)

System_CAPS_pubmethod GetXamlDirective(String, String)

(Ereditato da XamlSchemaContext.)

System_CAPS_protmethod GetXamlType(String, String, XamlType[])

Ottiene il tipo XAML basato su uno spazio dei nomi XAML e una stringa relativa al nome del tipo.(Esegue l’override di XamlSchemaContext.GetXamlType(String, String, XamlType[])).

System_CAPS_pubmethod GetXamlType(Type)

(Ereditato da XamlSchemaContext.)

System_CAPS_pubmethod GetXamlType(XamlTypeName)

(Ereditato da XamlSchemaContext.)

System_CAPS_protmethod MemberwiseClone()

(Ereditato da Object.)

System_CAPS_protmethod OnAssemblyResolve(String)

(Ereditato da XamlSchemaContext.)

System_CAPS_pubmethod ToString()

(Ereditato da Object.)

System_CAPS_pubmethod TryGetCompatibleXamlNamespace(String, String)

(Ereditato da XamlSchemaContext.)

Codice thread safe

Eventuali membri pubblici statici (Shared in Visual Basic) di questo tipo sono thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio