SfcSkuAttribute 類別

定義

屬性類別用以指定屬性或類別支援的 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 列表

適用於