다음을 통해 공유


TextExpression.ShouldSerializeNamespacesForImplementation(Object) 메서드

정의

대상이 구현에 대해 네임스페이스를 serialize해야 하는지 여부를 나타내는 값을 나타냅니다.

public:
 static bool ShouldSerializeNamespacesForImplementation(System::Object ^ target);
public static bool ShouldSerializeNamespacesForImplementation (object target);
static member ShouldSerializeNamespacesForImplementation : obj -> bool
Public Shared Function ShouldSerializeNamespacesForImplementation (target As Object) As Boolean

매개 변수

target
Object

대상 개체입니다.

반환

Boolean

대상에서 구현을 위해 네임스페이스를 serialize해야 하는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상