DataServiceContext.Links プロパティ

定義

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 個の要素を含むリストが返されます。 コレクションは読み取り専用です。

適用対象