Partager via


Classe de CDataPathProperty

Implémente une propriété de contrôle OLE qui peut être chargée de façon asynchrone.

class CDataPathProperty : public CAsyncMonikerFile

Membres

tf2k0dx5.collapse_all(fr-fr,VS.110).gifConstructeurs publics

Nom

Description

CDataPathProperty::CDataPathProperty

Construit un objet CDataPathProperty.

tf2k0dx5.collapse_all(fr-fr,VS.110).gifMéthodes publiques

Nom

Description

CDataPathProperty::GetControl

Récupère le contrôle OLE asynchrone associé à l'objet d' CDataPathProperty .

CDataPathProperty::GetPath

Récupère le chemin de la propriété.

CDataPathProperty::Open

Initialise le chargement de la propriété asynchrone pour le contrôle associé ActiveX (OLE).

CDataPathProperty::ResetData

Appelle CAsyncMonikerFile::OnDataAvailable pour informer le conteneur que les propriétés du contrôle ont changé.

CDataPathProperty::SetControl

Définit le contrôle asynchrone ActiveX (OLE) associé à la propriété.

CDataPathProperty::SetPath

Définit le nom de chemin d'accès de la propriété.

Notes

Les propriétés asynchrones sont chargés après l'initiation synchrone.

La classe CDataPathProperty est dérivée de CAysncMonikerFile.Pour implémenter des propriétés asynchrones dans vos contrôles OLE, dérivez une classe d' CDataPathProperty, et remplacez OnDataAvailable.

Pour plus d'informations sur l'utilisation des monikers asynchrones et des contrôles ActiveX dans les applications Web, consultez les articles suivants :

Hiérarchie d'héritage

CObject

Fichier C

COleStreamFile

CMonikerFile

CAsyncMonikerFile

CDataPathProperty

Configuration requise

Header: afxctl.h

Voir aussi

Référence

Classe de CAsyncMonikerFile

Graphique de la hiérarchie

Classe de CAsyncMonikerFile

Concepts

Image de l'exemple MFC