HierarchyInfoSyncSelectionEventArgs(Connection, HierarchyInfo, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the HierarchyInfoSyncSelectionEventArgs class.
public:
HierarchyInfoSyncSelectionEventArgs(Microsoft::Web::Management::Client::Connection ^ connection, Microsoft::Web::Management::Client::HierarchyInfo ^ hierarchyInfo, Type ^ pageType);
public HierarchyInfoSyncSelectionEventArgs (Microsoft.Web.Management.Client.Connection connection, Microsoft.Web.Management.Client.HierarchyInfo hierarchyInfo, Type pageType);
new Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs : Microsoft.Web.Management.Client.Connection * Microsoft.Web.Management.Client.HierarchyInfo * Type -> Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs
Parameters
- connection
- Connection
The Connection for the selection.
- hierarchyInfo
- HierarchyInfo
The HierarchyInfo for the selection.
- pageType
- Type
The type of the page.
Remarks
You can use the pageType
parameter in classes that override the SyncSelection method.