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
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| SfcSkuAttribute(String, Boolean) |
プロパティまたはクラスのサポートされている SKU を指定する属性クラス |
| SfcSkuAttribute(String[], Boolean) |
プロパティまたはクラスのサポートされている SKU を指定する属性クラス |
プロパティ
| 名前 | 説明 |
|---|---|
| Exclusive |
指定された SKU が、プロパティの排他的サポートであるか、包括的であるかを示します。 |
| SkuNames |
SKU の一覧 |