KnownTypesResolver.ResolvedTypes Property

Definition

public:
 property System::Collections::Generic::IDictionary<System::String ^, Tuple<System::Xml::XmlDictionaryString ^, System::Xml::XmlDictionaryString ^> ^> ^ ResolvedTypes { System::Collections::Generic::IDictionary<System::String ^, Tuple<System::Xml::XmlDictionaryString ^, System::Xml::XmlDictionaryString ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Tuple<System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString>> ResolvedTypes { get; }
member this.ResolvedTypes : System.Collections.Generic.IDictionary<string, System.Xml.XmlDictionaryString * System.Xml.XmlDictionaryString>
Public ReadOnly Property ResolvedTypes As IDictionary(Of String, Tuple(Of XmlDictionaryString, XmlDictionaryString))

Property Value

Applies to