AccessRule<T>.Rights 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property T Rights { T get(); };
public T Rights { get; }
member this.Rights : 'T
Public ReadOnly Property Rights As T
屬性值
T
目前實例類型 <T> 的許可權。
備註
此屬性包含與 AccessMask 屬性相同的資訊,但轉換成類型 <T>。
適用於