EMS.ResourceTypes.TEMSResourceEndPoint.GetSegmentParameters

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetSegmentParameters: TEMSEndPointSegmentList; virtual; abstract;

C++

virtual TEMSEndpointSegmentList* __fastcall GetSegmentParameters() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function protected
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSResourceEndPoint


説明

メモ: これは、子クラスで実装しなければならない仮想メソッドです。

SegmentParameters の取得アクセサです。

リソース エンドポイント用に宣言されている URL セグメント パラメータのリストを返します。

関連項目