Sdílet prostřednictvím


ModelingSchemaResolver.ResolveSchema – metoda

Tato metoda přebírá řetězec cílový obor názvů a vrátí kolekci souborů schéma definující jmenný prostor.

Obor názvů:  Microsoft.VisualStudio.Modeling.Shell
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Deklarace
Public Function ResolveSchema ( _
    targetNamespace As String _
) As IList(Of String)
public IList<string> ResolveSchema(
    string targetNamespace
)

Parametry

  • targetNamespace
    Typ: System.String
    Cílový obor názvů vyřešit.

Vrácená hodnota

Typ: System.Collections.Generic.IList<String>

Implementuje

ISchemaResolver.ResolveSchema(String)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ModelingSchemaResolver Třída

Microsoft.VisualStudio.Modeling.Shell – obor názvů