다음을 통해 공유


TextExpression.GetReferencesForImplementation(Object) 메서드

정의

텍스트 식의 구현에 사용되는 참조 목록을 가져옵니다.

public:
 static System::Collections::Generic::IList<System::Activities::Expressions::AssemblyReference ^> ^ GetReferencesForImplementation(System::Object ^ target);
public static System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference> GetReferencesForImplementation (object target);
static member GetReferencesForImplementation : obj -> System.Collections.Generic.IList<System.Activities.Expressions.AssemblyReference>
Public Shared Function GetReferencesForImplementation (target As Object) As IList(Of AssemblyReference)

매개 변수

target
Object

대상입니다.

반환

IList<AssemblyReference>

사용된 참조 목록입니다.

적용 대상