다음을 통해 공유


TextExpression.SetNamespacesForImplementation 메서드

정의

텍스트 식 구현에 대한 네임스페이스를 설정하기 위한 개체를 나타냅니다.

오버로드

SetNamespacesForImplementation(Object, IList<String>)

지정된 대상 및 네임스페이스로 텍스트 식 구현에 대한 네임스페이스를 설정하기 위한 개체를 나타냅니다.

SetNamespacesForImplementation(Object, String[])

지정된 대상 및 네임스페이스로 텍스트 식 구현에 대한 네임스페이스를 설정하기 위한 개체를 나타냅니다.

SetNamespacesForImplementation(Object, IList<String>)

지정된 대상 및 네임스페이스로 텍스트 식 구현에 대한 네임스페이스를 설정하기 위한 개체를 나타냅니다.

public:
 static void SetNamespacesForImplementation(System::Object ^ target, System::Collections::Generic::IList<System::String ^> ^ namespaces);
public static void SetNamespacesForImplementation (object target, System.Collections.Generic.IList<string> namespaces);
static member SetNamespacesForImplementation : obj * System.Collections.Generic.IList<string> -> unit
Public Shared Sub SetNamespacesForImplementation (target As Object, namespaces As IList(Of String))

매개 변수

target
Object

대상입니다.

namespaces
IList<String>

네임스페이스 목록입니다.

적용 대상

SetNamespacesForImplementation(Object, String[])

지정된 대상 및 네임스페이스로 텍스트 식 구현에 대한 네임스페이스를 설정하기 위한 개체를 나타냅니다.

public:
 static void SetNamespacesForImplementation(System::Object ^ target, ... cli::array <System::String ^> ^ namespaces);
public static void SetNamespacesForImplementation (object target, params string[] namespaces);
static member SetNamespacesForImplementation : obj * string[] -> unit
Public Shared Sub SetNamespacesForImplementation (target As Object, ParamArray namespaces As String())

매개 변수

target
Object

대상입니다.

namespaces
String[]

네임스페이스의 컬렉션입니다.

적용 대상