次の方法で共有


EndpointDataSource.Endpoints プロパティ

定義

インスタンスの読み取り専用コレクションを Endpoint 返します。

public:
 abstract property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ Endpoints { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> Endpoints { get; }
member this.Endpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint>
Public MustOverride ReadOnly Property Endpoints As IReadOnlyList(Of Endpoint)

プロパティ値

適用対象