JournalEntry.CustomContentState プロパティ

定義

この履歴項目に関連付けられている 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 が返されます。

適用対象