SetDefaultInitFields 方法

Specifies whether all the properties are fetched when objects are instantiated.

多載清單 

  名稱 描述
公用方法 SetDefaultInitFields(Boolean) Specifies that all properties are fetched when objects are instantiated.
公用方法 SetDefaultInitFields(Type, Boolean) Specifies all the properties are fetched when objects of the specified type are instantiated.
公用方法 SetDefaultInitFields(Type, StringCollection) Specifies the properties that are fetched when objects of the specified type are instantiated.
公用方法 SetDefaultInitFields(Type, array<String> [] () [] []) Specifies the properties that are fetched when objects of the specified type are instantiated.

頂端

備註

The SetDefaultInitFields method has several overloads that give you option to set the default initialization fields for a specified type, and for specified properties of the type.