SfcInvalidForTypeAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性用於排除某些屬性的解析
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)]
public class SfcInvalidForTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)>]
type SfcInvalidForTypeAttribute = class
inherit Attribute
Public Class SfcInvalidForTypeAttribute
Inherits Attribute
- 繼承
-
SfcInvalidForTypeAttribute
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| SfcInvalidForTypeAttribute(Type) |
排除清單會設定成即將到來的建造者清單 |
屬性
| 名稱 | Description |
|---|---|
| ExcludedType |
取得排除的類型清單。 |