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

IReference<uint32_t>

媒体流中内容的分级。

适用于