XmlDictionaryReaderQuotas.Max 屬性

定義

取得這個類別的執行個體,且其所有屬性都設定為最大值。

public:
 static property System::Xml::XmlDictionaryReaderQuotas ^ Max { System::Xml::XmlDictionaryReaderQuotas ^ get(); };
public static System.Xml.XmlDictionaryReaderQuotas Max { get; }
static member Max : System.Xml.XmlDictionaryReaderQuotas
Public Shared ReadOnly Property Max As XmlDictionaryReaderQuotas

屬性值

的實例 XmlDictionaryReaderQuotas ,其屬性設定為 Int32.MaxValue

備註

傳回的執行個體是唯讀的。 使用這個屬性,即可建立沒有配額的讀取器。

適用於