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