ActivityXamlServices.CreateBuilderReader Método

Definición

Asigna un x:Class árbol de actividad a o ActivityBuilder<TResult>ActivityBuilder .

Sobrecargas

Nombre Description
CreateBuilderReader(XamlReader)

Asigna un x:Class árbol de actividad del lector especificado a o ActivityBuilderActivityBuilder<TResult>.

CreateBuilderReader(XamlReader, XamlSchemaContext)

Asigna un x:Class árbol de actividad del lector especificado a ActivityBuilder o ActivityBuilder<TResult> mediante el contexto de esquema especificado.

Comentarios

Esta sobrecarga se usa para escenarios en tiempo de diseño.

CreateBuilderReader(XamlReader)

Asigna un x:Class árbol de actividad del lector especificado a o ActivityBuilderActivityBuilder<TResult>.

public:
 static System::Xaml::XamlReader ^ CreateBuilderReader(System::Xaml::XamlReader ^ innerReader);
public static System.Xaml.XamlReader CreateBuilderReader(System.Xaml.XamlReader innerReader);
static member CreateBuilderReader : System.Xaml.XamlReader -> System.Xaml.XamlReader
Public Shared Function CreateBuilderReader (innerReader As XamlReader) As XamlReader

Parámetros

innerReader
XamlReader

El x:Class contenido.

Devoluciones

que XamlReader controla la transformación entre y ActivityBuilder el XAML de la actividad x:Class .

Se aplica a

CreateBuilderReader(XamlReader, XamlSchemaContext)

Asigna un x:Class árbol de actividad del lector especificado a ActivityBuilder o ActivityBuilder<TResult> mediante el contexto de esquema especificado.

public:
 static System::Xaml::XamlReader ^ CreateBuilderReader(System::Xaml::XamlReader ^ innerReader, System::Xaml::XamlSchemaContext ^ schemaContext);
public static System.Xaml.XamlReader CreateBuilderReader(System.Xaml.XamlReader innerReader, System.Xaml.XamlSchemaContext schemaContext);
static member CreateBuilderReader : System.Xaml.XamlReader * System.Xaml.XamlSchemaContext -> System.Xaml.XamlReader
Public Shared Function CreateBuilderReader (innerReader As XamlReader, schemaContext As XamlSchemaContext) As XamlReader

Parámetros

innerReader
XamlReader

El x:Class contenido.

schemaContext
XamlSchemaContext

Contexto de esquema.

Devoluciones

que XamlReader controla la transformación entre y ActivityBuilder el XAML de la actividad x:Class .

Se aplica a