Public Overloads Shared Function FromDictionary( _ ByVal knowledgeGraphPathOrServiceUri As Uri, _ ByVal dict As Dictionary(Of String,List(Of Object)) _ ) As KnowledgeGraphIDSet
public static KnowledgeGraphIDSet FromDictionary( Uri knowledgeGraphPathOrServiceUri, Dictionary<string,List<object>> dict )
Parameters
- knowledgeGraphPathOrServiceUri
- A Uri link to a knowledge graph service or file-based knowledge graph
- dict
- The collection of named types and their corresponding UIDs.