REST.Backend.PushTypes.TBackendPushDeviceApi.TryGetInstallationValue

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

Delphi

function TryGetInstallationValue(out AValue: TBackendEntityValue): Boolean;

C++

bool __fastcall TryGetInstallationValue(/* out */ Rest::Backend::Metatypes::TBackendEntityValue &AValue);

プロパティ

種類 可視性 ソース ユニット
function public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes TBackendPushDeviceApi


説明

デバイスが登録された後で、インストール オブジェクトの ID の取得を試みます。ID が入手できれば True を返します。

TBackendEntityValue.ObjectID プロパティを使用して、インストール オブジェクトのオブジェクト ID を取得してください。

TryGetInstallationValue はプロバイダが IBackendPushDeviceApi2 インターフェイスをサポートするかどうかを確認します。 サポートする場合、TryGetInstallationValueIBackendPushDeviceApi2.TryGetInstallationValue を呼び出します。

そうでない場合、TryGetInstallationValueFalse を返します。

関連項目