共用方式為


SourceChangeRequestedEventArgs.Rating 屬性

定義

取得媒體資料流程中內容的評等。

public:
 property IReference<unsigned int> ^ Rating { IReference<unsigned int> ^ get(); };
IReference<uint32_t> Rating();
public System.Nullable<uint> Rating { get; }
var iReference = sourceChangeRequestedEventArgs.rating;
Public ReadOnly Property Rating As Nullable(Of UInteger)

屬性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

媒體資料流程中內容的評等。

適用於