TextExpression.GetNamespacesForImplementation(Object) メソッド

定義

テキスト式の実装用の名前空間のコレクションを取得します。

public:
 static System::Collections::Generic::IList<System::String ^> ^ GetNamespacesForImplementation(System::Object ^ target);
public static System.Collections.Generic.IList<string> GetNamespacesForImplementation(object target);
static member GetNamespacesForImplementation : obj -> System.Collections.Generic.IList<string>
Public Shared Function GetNamespacesForImplementation (target As Object) As IList(Of String)

パラメーター

target
Object

ターゲット。

返品

名前空間のコレクション。

適用対象