SharePointProjectPropertiesRequestedEventArgs, constructeur
Initialise une nouvelle instance de la classe SharePointProjectPropertiesRequestedEventArgs avec l'instance fournie de ISharePointProject et la collection de sources de propriété.
Espace de noms : Microsoft.VisualStudio.SharePoint
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
project As ISharePointProject, _
propertySources As IPropertySourceCollection _
)
public SharePointProjectPropertiesRequestedEventArgs(
ISharePointProject project,
IPropertySourceCollection propertySources
)
Paramètres
- project
Type : Microsoft.VisualStudio.SharePoint.ISharePointProject
Instance du projet SharePoint.
- propertySources
Type : Microsoft.VisualStudio.SharePoint.IPropertySourceCollection
Collection d'objets source de propriété demandés.
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.