ISchemaReferenceInfo Interface
Visual Studio 2015
Returns the target namespace of an XML schema found as the result of a Web service discovery search. You can find the type of document with the IReferenceInfo interface and then use ISchemaReferenceInfo if appropriate.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetTargetNamespace(String) | Retrieves the namespace of the discovered schema. |
For more information about Web service discovery, see IDiscoveryResult2.
Show:
