TextExpression.DefaultReferences 属性

定义

获取活动内部的默认引用。

public:
 static property System::Collections::Generic::IList<System::Activities::Expressions::AssemblyReference ^> ^ DefaultReferences { System::Collections::Generic::IList<System::Activities::Expressions::AssemblyReference ^> ^ get(); };
public static System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference> DefaultReferences { get; }
member this.DefaultReferences : System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference>
Public Shared ReadOnly Property DefaultReferences As IList(Of AssemblyReference)

属性值

IList<AssemblyReference>

活动内部的默认引用。

适用于