public static void Show( string id, string defaultPageID, params object[] parameters )
Public Shared Sub Show( _ ByVal id As String, _ Optional ByVal defaultPageID As String, _ ByVal ParamArray parameters() As Object _ )
Parameters
- id
- The DAML property sheet identifier.
- defaultPageID
- Optionally, the DAML identifier of the page to start on.
- parameters
- Any data that should be made available to the pages.