IExpressionEditorService.CreateExpressionEditor Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee maakt u een nieuwe expressie-editor.
Overloads
| Name | Description |
|---|---|
| CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String) |
Hiermee maakt u een nieuwe expressie-editor. |
| CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String, Type) |
Hiermee maakt u een nieuwe expressie-editor met behulp van de opgegeven assembly's, geïmporteerde naamruimten, variabelen, expressietekst en expressietype. |
| CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String, Size) |
Hiermee maakt u een nieuwe expressie-editor met behulp van de opgegeven assembly's, geïmporteerde naamruimten, variabelen, expressietekst en de oorspronkelijke grootte. |
| CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String, Type, Size) |
Hiermee maakt u een nieuwe expressie-editor met behulp van de opgegeven assembly's, geïmporteerde naamruimten, variabelen, expressietekst, expressietype en de oorspronkelijke grootte. |
CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String)
Hiermee maakt u een nieuwe expressie-editor.
public:
System::Activities::Presentation::View::IExpressionEditorInstance ^ CreateExpressionEditor(System::Activities::Presentation::Hosting::AssemblyContextControlItem ^ assemblies, System::Activities::Presentation::Hosting::ImportedNamespaceContextItem ^ importedNamespaces, System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ variables, System::String ^ text);
public System.Activities.Presentation.View.IExpressionEditorInstance CreateExpressionEditor(System.Activities.Presentation.Hosting.AssemblyContextControlItem assemblies, System.Activities.Presentation.Hosting.ImportedNamespaceContextItem importedNamespaces, System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> variables, string text);
abstract member CreateExpressionEditor : System.Activities.Presentation.Hosting.AssemblyContextControlItem * System.Activities.Presentation.Hosting.ImportedNamespaceContextItem * System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> * string -> System.Activities.Presentation.View.IExpressionEditorInstance
Public Function CreateExpressionEditor (assemblies As AssemblyContextControlItem, importedNamespaces As ImportedNamespaceContextItem, variables As List(Of ModelItem), text As String) As IExpressionEditorInstance
Parameters
- assemblies
- AssemblyContextControlItem
Wordt gebruikt om de context voor de editorsessie in te stellen.
- importedNamespaces
- ImportedNamespaceContextItem
De geïmporteerde naamruimten die moeten worden gebruikt door de expressie-editor.
- text
- String
Een tekenreeks die wordt gebruikt om de expressie-editor te vullen.
Retouren
Geeft als resultaat een IExpressionEditorInstance.
Van toepassing op
CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String, Type)
Hiermee maakt u een nieuwe expressie-editor met behulp van de opgegeven assembly's, geïmporteerde naamruimten, variabelen, expressietekst en expressietype.
public:
System::Activities::Presentation::View::IExpressionEditorInstance ^ CreateExpressionEditor(System::Activities::Presentation::Hosting::AssemblyContextControlItem ^ assemblies, System::Activities::Presentation::Hosting::ImportedNamespaceContextItem ^ importedNamespaces, System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ variables, System::String ^ text, Type ^ expressionType);
public System.Activities.Presentation.View.IExpressionEditorInstance CreateExpressionEditor(System.Activities.Presentation.Hosting.AssemblyContextControlItem assemblies, System.Activities.Presentation.Hosting.ImportedNamespaceContextItem importedNamespaces, System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> variables, string text, Type expressionType);
abstract member CreateExpressionEditor : System.Activities.Presentation.Hosting.AssemblyContextControlItem * System.Activities.Presentation.Hosting.ImportedNamespaceContextItem * System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> * string * Type -> System.Activities.Presentation.View.IExpressionEditorInstance
Public Function CreateExpressionEditor (assemblies As AssemblyContextControlItem, importedNamespaces As ImportedNamespaceContextItem, variables As List(Of ModelItem), text As String, expressionType As Type) As IExpressionEditorInstance
Parameters
- assemblies
- AssemblyContextControlItem
De lokale en referentieassembly's in de omgeving.
- importedNamespaces
- ImportedNamespaceContextItem
De geïmporteerde naamruimten die worden gebruikt door de expressie-editor.
- text
- String
Een tekenreeks die wordt gebruikt om de expressie-editor te vullen.
- expressionType
- Type
Het type expressie.
Retouren
Een nieuw exemplaar van de IExpressionEditorInstance.
Van toepassing op
CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String, Size)
Hiermee maakt u een nieuwe expressie-editor met behulp van de opgegeven assembly's, geïmporteerde naamruimten, variabelen, expressietekst en de oorspronkelijke grootte.
public:
System::Activities::Presentation::View::IExpressionEditorInstance ^ CreateExpressionEditor(System::Activities::Presentation::Hosting::AssemblyContextControlItem ^ assemblies, System::Activities::Presentation::Hosting::ImportedNamespaceContextItem ^ importedNamespaces, System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ variables, System::String ^ text, System::Windows::Size initialSize);
public System.Activities.Presentation.View.IExpressionEditorInstance CreateExpressionEditor(System.Activities.Presentation.Hosting.AssemblyContextControlItem assemblies, System.Activities.Presentation.Hosting.ImportedNamespaceContextItem importedNamespaces, System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> variables, string text, System.Windows.Size initialSize);
abstract member CreateExpressionEditor : System.Activities.Presentation.Hosting.AssemblyContextControlItem * System.Activities.Presentation.Hosting.ImportedNamespaceContextItem * System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> * string * System.Windows.Size -> System.Activities.Presentation.View.IExpressionEditorInstance
Public Function CreateExpressionEditor (assemblies As AssemblyContextControlItem, importedNamespaces As ImportedNamespaceContextItem, variables As List(Of ModelItem), text As String, initialSize As Size) As IExpressionEditorInstance
Parameters
- assemblies
- AssemblyContextControlItem
De lokale en referentieassembly's in de omgeving.
- importedNamespaces
- ImportedNamespaceContextItem
De geïmporteerde naamruimten die worden gebruikt door de expressie-editor.
- text
- String
Een tekenreeks die wordt gebruikt om de expressie-editor te vullen.
- initialSize
- Size
De initiële hoogte en breedte van het besturingselement expressie-editor.
Retouren
Een nieuw exemplaar van de IExpressionEditorInstance.
Van toepassing op
CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String, Type, Size)
Hiermee maakt u een nieuwe expressie-editor met behulp van de opgegeven assembly's, geïmporteerde naamruimten, variabelen, expressietekst, expressietype en de oorspronkelijke grootte.
public:
System::Activities::Presentation::View::IExpressionEditorInstance ^ CreateExpressionEditor(System::Activities::Presentation::Hosting::AssemblyContextControlItem ^ assemblies, System::Activities::Presentation::Hosting::ImportedNamespaceContextItem ^ importedNamespaces, System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ variables, System::String ^ text, Type ^ expressionType, System::Windows::Size initialSize);
public System.Activities.Presentation.View.IExpressionEditorInstance CreateExpressionEditor(System.Activities.Presentation.Hosting.AssemblyContextControlItem assemblies, System.Activities.Presentation.Hosting.ImportedNamespaceContextItem importedNamespaces, System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> variables, string text, Type expressionType, System.Windows.Size initialSize);
abstract member CreateExpressionEditor : System.Activities.Presentation.Hosting.AssemblyContextControlItem * System.Activities.Presentation.Hosting.ImportedNamespaceContextItem * System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> * string * Type * System.Windows.Size -> System.Activities.Presentation.View.IExpressionEditorInstance
Public Function CreateExpressionEditor (assemblies As AssemblyContextControlItem, importedNamespaces As ImportedNamespaceContextItem, variables As List(Of ModelItem), text As String, expressionType As Type, initialSize As Size) As IExpressionEditorInstance
Parameters
- assemblies
- AssemblyContextControlItem
De lokale en referentieassembly's in de omgeving.
- importedNamespaces
- ImportedNamespaceContextItem
De geïmporteerde naamruimten die worden gebruikt door de expressie-editor.
- text
- String
Een tekenreeks die wordt gebruikt om de expressie-editor te vullen.
- expressionType
- Type
Het type expressie.
- initialSize
- Size
De initiële hoogte en breedte van het besturingselement expressie-editor.
Retouren
Een nieuw exemplaar van de IExpressionEditorInstance.