TextExpression Class
Represents a text expression.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultNamespaces | Gets the default namespaces within the activity. |
![]() ![]() | DefaultReferences | Gets the default references within the activity. |
| Name | Description | |
|---|---|---|
![]() ![]() | GetNamespaces(Object^) | Gets the collection of namespaces used in the text expression. |
![]() ![]() | GetNamespacesForImplementation(Object^) | Get the collection of namespaces for the implementation of the text expression. |
![]() ![]() | GetNamespacesInScope(Activity^) | Gets the namespaces that are being used within the scope. |
![]() ![]() | GetReferences(Object^) | Gets the list of references used for the text expression. |
![]() ![]() | GetReferencesForImplementation(Object^) | Gets the list of references used for the implementation of the text expression. |
![]() ![]() | GetReferencesInScope(Activity^) | Gets the references that are being used within the scope. |
![]() ![]() | SetNamespaces(Object^, IList<String^>^) | Sets the namespace for the Text expression with specified target and namespaces. |
![]() ![]() | SetNamespaces(Object^, array<String^>^) | Sets the namespace for the Text expression with specified target and namespaces. |
![]() ![]() | SetNamespacesForImplementation(Object^, IList<String^>^) | Represents an object to set namespaces for implementation of the text expression with specified target and namespaces. |
![]() ![]() | SetNamespacesForImplementation(Object^, array<String^>^) | Represents an object to set namespaces for implementation of the text expression with specified target and namespaces. |
![]() ![]() | SetReferences(Object^, array<AssemblyReference^>^) | Represents an object to set references of the text expression with specified target and reference. |
![]() ![]() | SetReferences(Object^, IList<AssemblyReference^>^) | Represents an object to set references of the text expression with specified target and reference. |
![]() ![]() | SetReferencesForImplementation(Object^, array<AssemblyReference^>^) | Represents an object to set references for implementation of the text expression with specified target and reference. |
![]() ![]() | SetReferencesForImplementation(Object^, IList<AssemblyReference^>^) | Represents an object to set references for implementation of the text expression with specified target and reference. |
![]() ![]() | ShouldSerializeNamespaces(Object^) | Represents a value that indicates whether the object should serialize namespaces. |
![]() ![]() | ShouldSerializeNamespacesForImplementation(Object^) | Represents a value that indicates whether the target should serialize namespaces for implementation. |
![]() ![]() | ShouldSerializeReferences(Object^) | Represents a value that indicates whether the object should serialize references. |
![]() ![]() | ShouldSerializeReferencesForImplementation(Object^) | Represents a value that indicates whether the text expression should serialize namespaces for implementation. |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


