SharePointProjectPropertiesRequestedEventArgs Class
Provides data for the ProjectPropertiesRequested event.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectEventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectPropertiesRequestedEventArgs
System::EventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectEventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectPropertiesRequestedEventArgs
| Name | Description | |
|---|---|---|
![]() | SharePointProjectPropertiesRequestedEventArgs(ISharePointProject^, IPropertySourceCollection^) | Initializes a new instance of the SharePointProjectPropertiesRequestedEventArgs class with the provided instance of the ISharePointProject and the collection of property sources. |
| Name | Description | |
|---|---|---|
![]() | Project | Gets or sets an instance of the ISharePointProject.(Inherited from SharePointProjectEventArgs.) |
![]() | PropertySources | Gets or sets the collection of property source objects being requested. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


