PreservationMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
保留值的模式。
public enum class PreservationMode
public enum PreservationMode
type PreservationMode =
Public Enum PreservationMode
- 繼承
-
PreservationMode
欄位
PreserveIdentity | 1 | 此值保證跨多個存取的相同實例。 |
PreserveValue | 0 | 此值保證在多個存取之間具有相同的內容。 |