DataServiceContext.Links プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataServiceContext オブジェクトによって現在追跡されているすべての関連付けまたはリンクのコレクションを取得します。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Client::LinkDescriptor ^> ^ Links { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Client::LinkDescriptor ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Client.LinkDescriptor> Links { get; }
member this.Links : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Client.LinkDescriptor>
Public ReadOnly Property Links As ReadOnlyCollection(Of LinkDescriptor)
プロパティ値
DataServiceContext オブジェクトによって現在追跡されている現在の関連付けまたはリンクをすべて表すLinkDescriptor オブジェクトのコレクション。
注釈
現在追跡中のリンクがない場合は、0 個の要素を含むリストが返されます。 コレクションは読み取り専用です。