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

与日记条目关联的 CustomContentState 对象。 如果没有关联对象,则返回 null

适用于