TextExpression.ShouldSerializeNamespacesForImplementation(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示值,指出目標是否應序列化實作命名空間。
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
目標物件。
傳回
如果目標應序列化實作命名空間,則為 true
,否則為 false
。