ServiceDocumentFormatter.LoadElementExtensions メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要素拡張のコレクションを読み込みます。
オーバーロード
LoadElementExtensions(XmlReader, CategoriesDocument, Int32)
要素拡張を読み込みます。
protected:
static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::CategoriesDocument ^ categories, int maxExtensionSize);
protected static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.CategoriesDocument categories, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.CategoriesDocument * int -> unit
Protected Shared Sub LoadElementExtensions (reader As XmlReader, categories As CategoriesDocument, maxExtensionSize As Integer)
パラメーター
- categories
- CategoriesDocument
要素拡張を読み込むために使用する CategoriesDocument。
- maxExtensionSize
- Int32
読み込む要素拡張の最大サイズ。
適用対象
LoadElementExtensions(XmlReader, ResourceCollectionInfo, Int32)
要素拡張を読み込みます。
protected:
static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::ResourceCollectionInfo ^ collection, int maxExtensionSize);
protected static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.ResourceCollectionInfo collection, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.ResourceCollectionInfo * int -> unit
Protected Shared Sub LoadElementExtensions (reader As XmlReader, collection As ResourceCollectionInfo, maxExtensionSize As Integer)
パラメーター
- collection
- ResourceCollectionInfo
要素拡張を読み込むために使用する ResourceCollectionInfo。
- maxExtensionSize
- Int32
読み込む拡張の最大サイズ。
適用対象
LoadElementExtensions(XmlReader, ServiceDocument, Int32)
要素拡張を読み込みます。
protected:
static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::ServiceDocument ^ document, int maxExtensionSize);
protected static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.ServiceDocument document, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.ServiceDocument * int -> unit
Protected Shared Sub LoadElementExtensions (reader As XmlReader, document As ServiceDocument, maxExtensionSize As Integer)
パラメーター
- document
- ServiceDocument
要素拡張を読み込むために使用する ServiceDocument。
- maxExtensionSize
- Int32
読み込む拡張の最大サイズ。
適用対象
LoadElementExtensions(XmlReader, Workspace, Int32)
要素拡張を読み込みます。
protected:
static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::Workspace ^ workspace, int maxExtensionSize);
protected static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.Workspace workspace, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.Workspace * int -> unit
Protected Shared Sub LoadElementExtensions (reader As XmlReader, workspace As Workspace, maxExtensionSize As Integer)
パラメーター
- maxExtensionSize
- Int32
読み込む拡張の最大サイズ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET