_ExternalApplication2.NewFromSolution method (String)
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Sub NewFromSolution ( _
bstrSolutionURI As String _
)
'Usage
Dim instance As _ExternalApplication2
Dim bstrSolutionURI As String
instance.NewFromSolution(bstrSolutionURI)
void NewFromSolution(
string bstrSolutionURI
)
Parameters
- bstrSolutionURI
Type: System.String
Implements
_ExternalApplication.NewFromSolution(String)