SfcSkuAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性類別用以指定屬性或類別支援的 SKU
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcSkuAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcSkuAttribute = class
inherit Attribute
Public Class SfcSkuAttribute
Inherits Attribute
- 繼承
-
SfcSkuAttribute
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| SfcSkuAttribute(String, Boolean) |
屬性類別用以指定屬性或類別支援的 SKU |
| SfcSkuAttribute(String[], Boolean) |
屬性類別用以指定屬性或類別支援的 SKU |
屬性
| 名稱 | Description |
|---|---|
| Exclusive |
表示所指定的SKU是該屬性的專屬支援還是包含的。 |
| SkuNames |
SKU 列表 |