DependencyAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示指定類型會提供所需介面的具體實作屬性。
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class DependencyAttribute : Attribute
type DependencyAttribute = class
inherit Attribute
- 繼承
-
System.AttributeDependencyAttribute
- 屬性
-
System.AttributeUsageAttribute
建構函式
DependencyAttribute(Type) |
使用預設值建立新的 DependencyAttribute。 |