Share via


LocalLocationRatingInfo.RatingCount プロパティ

定義

この場所の評価数を取得します。

注意

この API は、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは実行時に失敗します。 Windows.Services.Maps.LocalSearch 名前空間の詳細については、Microsoft アカウント チームの担当者にお問い合わせください。

public:
 property IReference<int> ^ RatingCount { IReference<int> ^ get(); };
IReference<int> RatingCount();
public System.Nullable<int> RatingCount { get; }
var iReference = localLocationRatingInfo.ratingCount;
Public ReadOnly Property RatingCount As Nullable(Of Integer)

プロパティ値

この場所の評価数。

適用対象