NavigatingCancelEventArgs.TargetContentState Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'objet CustomContentState à appliquer au contenu cible de navigation.
public:
property System::Windows::Navigation::CustomContentState ^ TargetContentState { System::Windows::Navigation::CustomContentState ^ get(); };
public System.Windows.Navigation.CustomContentState TargetContentState { get; }
member this.TargetContentState : System.Windows.Navigation.CustomContentState
Public ReadOnly Property TargetContentState As CustomContentState
Valeur de propriété
Objet CustomContentState à appliquer au contenu cible de navigation.
Remarques
TargetContentState contiendra un CustomContentState objet si vous accédez au contenu dans l’historique de navigation précédent ou avancé auquel un CustomContentState objet est associé.