TextExpression.GetNamespacesForImplementation(Object) Metodo

Definizione

Ottiene la raccolta di spazi dei nomi per l'implementazione dell'espressione di testo.

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)

Parametri

target
Object

L'obiettivo.

Valori restituiti

Raccolta di spazi dei nomi.

Si applica a