IChooseObjectAssemblyPageView Members
If implemented, provides a view for the Select an Assembly page of the Data Source Wizard.Properties
| Name | Description |
|---|---|
| SelectedItem | If implemented, specifies the item selected in the list of available assemblies. |
| ShowAll | If implemented, specifies the state of the Show only highlighted assemblies check box. |
Methods
| Name | Description |
|---|---|
| Initialize() | If implemented, initializes a wizard page with the list of available assemblies. |
| SetData(IEnumerable<AssemblyViewInfo>, Boolean) | If implemented, changes the list of available assemblies. |
Events
| Name | Description |
|---|---|
| Changed | Occurs when the selected item in the list of available assemblies is changed. |
See Also