Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA8")> _
<InterfaceTypeAttribute()> _
Public Interface 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
The ISchemaReferenceInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetTargetNamespace | Retrieves the namespace of the discovered schema. |
Top
Remarks
For more information about Web service discovery, see IDiscoveryResult2.
.gif)