TextExpression.ShouldSerializeNamespaces(Object) 메서드

정의

개체가 네임스페이스를 serialize해야 하는지 여부를 나타내는 값을 나타냅니다.

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

매개 변수

target
Object

대상 개체입니다.

반품

true개체가 네임스페이스를 직렬화해야 하면 이고, 그렇지 않으면 . false

적용 대상