DataViewDocumentProvider.FindNode, méthode
Recherche un nœud dans l'affichage de données qui correspond au moniker spécifié de document.Éventuellement, nœuds enfants de recherche qui n'ont pas encore été développés.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Public Overridable Function FindNode ( _
documentMoniker As String, _
searchUnpopulatedChildren As Boolean _
) As Integer
public virtual int FindNode(
string documentMoniker,
bool searchUnpopulatedChildren
)
public:
virtual int FindNode(
String^ documentMoniker,
bool searchUnpopulatedChildren
)
abstract FindNode :
documentMoniker:string *
searchUnpopulatedChildren:bool -> int
override FindNode :
documentMoniker:string *
searchUnpopulatedChildren:bool -> int
public function FindNode(
documentMoniker : String,
searchUnpopulatedChildren : boolean
) : int
Paramètres
- documentMoniker
Type : System.String
Un moniker du document.
- searchUnpopulatedChildren
Type : System.Boolean
Spécifie que, rechercher des nœuds enfants qui n'ont pas encore été développés (true), oufalsepas ().
Valeur de retour
Type : System.Int32
Une valeur entière qui identifie le nœud spécifié dans la vue de données, ou -1 si le nœud est introuvable.
Implémentations
IVsDataViewDocumentProvider.FindNode(String, Boolean)
Notes
Remarques à l'attention des héritiers
La classe dérivée doit substituer cette méthode.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.