TextExpression.ShouldSerializeReferencesForImplementation(Object) 메서드

정의

텍스트 식이 구현을 위해 네임스페이스를 serialize해야 하는지 여부를 나타내는 값을 나타냅니다.

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

매개 변수

target
Object

대상 개체입니다.

반품

true텍스트 식이 구현을 위해 네임스페이스를 serialize해야 하면 이고, 그렇지 않으면 . false

적용 대상