TextExpression Class

.NET Framework (current version)
 

Represents a text expression.

Namespace:   System.Activities.Expressions
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities.Expressions::TextExpression

public ref class TextExpression abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticDefaultNamespaces

Gets the default namespaces within the activity.

System_CAPS_pubpropertySystem_CAPS_staticDefaultReferences

Gets the default references within the activity.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetNamespaces(Object^)

Gets the collection of namespaces used in the text expression.

System_CAPS_pubmethodSystem_CAPS_staticGetNamespacesForImplementation(Object^)

Get the collection of namespaces for the implementation of the text expression.

System_CAPS_pubmethodSystem_CAPS_staticGetNamespacesInScope(Activity^)

Gets the namespaces that are being used within the scope.

System_CAPS_pubmethodSystem_CAPS_staticGetReferences(Object^)

Gets the list of references used for the text expression.

System_CAPS_pubmethodSystem_CAPS_staticGetReferencesForImplementation(Object^)

Gets the list of references used for the implementation of the text expression.

System_CAPS_pubmethodSystem_CAPS_staticGetReferencesInScope(Activity^)

Gets the references that are being used within the scope.

System_CAPS_pubmethodSystem_CAPS_staticSetNamespaces(Object^, IList<String^>^)

Sets the namespace for the Text expression with specified target and namespaces.

System_CAPS_pubmethodSystem_CAPS_staticSetNamespaces(Object^, array<String^>^)

Sets the namespace for the Text expression with specified target and namespaces.

System_CAPS_pubmethodSystem_CAPS_staticSetNamespacesForImplementation(Object^, IList<String^>^)

Represents an object to set namespaces for implementation of the text expression with specified target and namespaces.

System_CAPS_pubmethodSystem_CAPS_staticSetNamespacesForImplementation(Object^, array<String^>^)

Represents an object to set namespaces for implementation of the text expression with specified target and namespaces.

System_CAPS_pubmethodSystem_CAPS_staticSetReferences(Object^, array<AssemblyReference^>^)

Represents an object to set references of the text expression with specified target and reference.

System_CAPS_pubmethodSystem_CAPS_staticSetReferences(Object^, IList<AssemblyReference^>^)

Represents an object to set references of the text expression with specified target and reference.

System_CAPS_pubmethodSystem_CAPS_staticSetReferencesForImplementation(Object^, array<AssemblyReference^>^)

Represents an object to set references for implementation of the text expression with specified target and reference.

System_CAPS_pubmethodSystem_CAPS_staticSetReferencesForImplementation(Object^, IList<AssemblyReference^>^)

Represents an object to set references for implementation of the text expression with specified target and reference.

System_CAPS_pubmethodSystem_CAPS_staticShouldSerializeNamespaces(Object^)

Represents a value that indicates whether the object should serialize namespaces.

System_CAPS_pubmethodSystem_CAPS_staticShouldSerializeNamespacesForImplementation(Object^)

Represents a value that indicates whether the target should serialize namespaces for implementation.

System_CAPS_pubmethodSystem_CAPS_staticShouldSerializeReferences(Object^)

Represents a value that indicates whether the object should serialize references.

System_CAPS_pubmethodSystem_CAPS_staticShouldSerializeReferencesForImplementation(Object^)

Represents a value that indicates whether the text expression should serialize namespaces for implementation.

.NET Framework
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.

Return to top
Show: