JournalEntry.CustomContentState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與這個日誌項目相關聯的 CustomContentState 物件。
public:
property System::Windows::Navigation::CustomContentState ^ CustomContentState { System::Windows::Navigation::CustomContentState ^ get(); };
public System.Windows.Navigation.CustomContentState CustomContentState { get; }
member this.CustomContentState : System.Windows.Navigation.CustomContentState
Public ReadOnly Property CustomContentState As CustomContentState
屬性值
與這個日誌項目相關聯的 CustomContentState 物件。 如果沒有相關聯的物件,便會傳回 null
。