次の方法で共有


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

ターゲット。

戻り値

IList<String>

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

適用対象