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

ターゲット。

返品

使用される参照の一覧。

適用対象