PrintSystemObjectLoadMode 列舉

定義

指定物件的屬性是否在載入物件時初始化。

public enum class PrintSystemObjectLoadMode
public enum PrintSystemObjectLoadMode
type PrintSystemObjectLoadMode = 
Public Enum PrintSystemObjectLoadMode
繼承
PrintSystemObjectLoadMode

欄位

LoadInitialized 2

屬性會在載入期間初始化。

LoadUninitialized 1

屬性不會在載入期間初始化。

None 0

未指定是否初始化屬性。

備註

在抽象類別 PrintSystemObject 的建構函式中使用這個類型。

適用於

另請參閱