ISharePointProjectCollection.Find, méthode
Recherche une instance de projet SharePoint correspondant à l'ID spécifié.
Espace de noms : Microsoft.VisualStudio.SharePoint
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
Function Find ( _
id As Guid _
) As ISharePointProject
ISharePointProject Find(
Guid id
)
Paramètres
- id
Type : System.Guid
ID d'un projet SharePoint.
Valeur de retour
Type : Microsoft.VisualStudio.SharePoint.ISharePointProject
Instance de projet SharePoint si elle existe ; sinon, nullune référence null (Nothing en Visual Basic).
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.