Partager via


CDataPathProperty, classe

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

class CDataPathProperty : public CAsyncMonikerFile

Membres

Constructeurs publics

Nom

Description

CDataPathProperty::CDataPathProperty

Construit un objet CDataPathProperty.

Mé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

CAsyncMonikerFile, classe

Graphique de la hiérarchie

CAsyncMonikerFile, classe

Concepts

Image de l'exemple MFC