Share via


TextExpression.GetNamespaces(Object) メソッド

定義

テキスト式で使用されている名前空間のコレクションを取得します。

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

パラメーター

target
Object

ターゲット。

戻り値

IList<String>

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

適用対象