다음을 통해 공유


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>

해당 동작 내의 기본 참조입니다.

적용 대상