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

ターゲット。

返品

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

適用対象