ISchemaReferenceInfo Interface
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaración
<GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA8")> _
<InterfaceTypeAttribute()> _
Public Interface ISchemaReferenceInfo
'Uso
Dim instance As ISchemaReferenceInfo
[GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA8")]
[InterfaceTypeAttribute()]
public interface ISchemaReferenceInfo
[GuidAttribute(L"B9A32C92-B14D-4AE3-A955-5CBC3E75FCA8")]
[InterfaceTypeAttribute()]
public interface class ISchemaReferenceInfo
[<GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA8")>]
[<InterfaceTypeAttribute()>]
type ISchemaReferenceInfo = interface end
public interface ISchemaReferenceInfo
Remarks
For more information about Web service discovery, see IDiscoveryResult2.