InfoPathControlSite.Node 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 une référence au nœud XML auquel le contrôle ActiveX est lié.
public:
property Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ Node { Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ get(); };
public Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode Node { get; }
member this.Node : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
Public ReadOnly Property Node As IXMLDOMNode
Valeur de propriété
Objet IXMLDOMNode .
Remarques
Les InfoPathControl objets et InfoPathControlSite , ainsi que leurs méthodes et propriétés, sont conçus pour être utilisés uniquement à partir de l’implémentation d’un contrôle ActiveX. Ces objets et leurs membres ne sont pas pris en charge dans le code de formulaire InfoPath. Pour plus d’informations sur la création de contrôles ActiveX qui fonctionnent avec InfoPath, consultez le Centre de développement InfoPath (http://msdn.microsoft.com/infopath).