Share via


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)

プロパティ値

現在 LinkDescriptor オブジェクトによって追跡されているすべての関連付けまたはリンクを表す DataServiceContext オブジェクトのコレクション。

注釈

現在追跡されているリンクがない場合は、要素がゼロの一覧が返されます。 コレクションは読み取り専用です。

適用対象