ReferenceLiteral<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is for internal use only
generic <typename T>
public ref class ReferenceLiteral sealed : System::Activities::CodeActivity<T>, System::Activities::XamlIntegration::IValueSerializableExpression
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")]
[System.Windows.Markup.ContentProperty("Value")]
public sealed class ReferenceLiteral<T> : System.Activities.CodeActivity<T>, System.Activities.XamlIntegration.IValueSerializableExpression
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")>]
[<System.Windows.Markup.ContentProperty("Value")>]
type ReferenceLiteral<'T> = class
inherit CodeActivity<'T>
interface IValueSerializableExpression
Public NotInheritable Class ReferenceLiteral(Of T)
Inherits CodeActivity(Of T)
Implements IValueSerializableExpression
Type Parameters
- T
- Inheritance
-
CodeActivity<T>ReferenceLiteral<T>
- Attributes
- Implements
Constructors
ReferenceLiteral<T>() |
For internal use only. |
ReferenceLiteral<T>(T) |
For internal use only. |
Properties
Value |
For internal use only. |
Methods
CanConvertToString(IValueSerializerContext) |
For internal use only. |
ConvertToString(IValueSerializerContext) |
For internal use only. |
ShouldSerializeValue() | |
ToString() |
For internal use only. |