次の方法で共有


Document クラス

定義

ドキュメントをプロパティ バッグとして表します。 これは、インデックス スキーマが実行時にのみ認識されるシナリオに役立ちます。

public class Document : System.Collections.Generic.Dictionary<string,object>
type Document = class
    inherit Dictionary<string, obj>
Public Class Document
Inherits Dictionary(Of String, Object)
継承

コンストラクター

Document()

Document クラスの新しいインスタンスを初期化します。

適用対象