Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Function ResolveSchema ( _
targetNamespace As String _
) As IList(Of String)
'使用
Dim instance As ModelingSchemaResolver
Dim targetNamespace As String
Dim returnValue As IList(Of String)
returnValue = instance.ResolveSchema(targetNamespace)
public IList<string> ResolveSchema(
string targetNamespace
)
public:
virtual IList<String^>^ ResolveSchema(
String^ targetNamespace
) sealed
public final function ResolveSchema(
targetNamespace : String
) : IList<String>
Parameters
- targetNamespace
Type: System.String
Return Value
Type: System.Collections.Generic.IList<String>
Implements
ISchemaResolver.ResolveSchema(String)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.