SharePointProjectPropertiesRequestedEventArgs Class

 

Provides data for the ProjectPropertiesRequested event.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.SharePoint::SharePointProjectEventArgs
      Microsoft.VisualStudio.SharePoint::SharePointProjectPropertiesRequestedEventArgs

public ref class SharePointProjectPropertiesRequestedEventArgs : SharePointProjectEventArgs

NameDescription
System_CAPS_pubmethodSharePointProjectPropertiesRequestedEventArgs(ISharePointProject^, IPropertySourceCollection^)

Initializes a new instance of the SharePointProjectPropertiesRequestedEventArgs class with the provided instance of the ISharePointProject and the collection of property sources.

NameDescription
System_CAPS_pubpropertyProject

Gets or sets an instance of the ISharePointProject.(Inherited from SharePointProjectEventArgs.)

System_CAPS_pubpropertyPropertySources

Gets or sets the collection of property source objects being requested.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: