Partager via


TextExpression.GetNamespaces(Object) Méthode

Définition

Obtient la collection d'espaces de noms utilisés dans l'expression de texte.

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)

Paramètres

target
Object

Cible.

Retours

IList<String>

Collection d'espaces de noms.

S’applique à