共用方式為


UseActivatorAttribute 類別

定義

套用至類型時,表示應該使用已註冊的啟動器來啟動類型,而不是透過其建構函式或其他機制來啟用。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class UseActivatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type UseActivatorAttribute = class
    inherit Attribute
Public NotInheritable Class UseActivatorAttribute
Inherits Attribute
繼承
UseActivatorAttribute
屬性

建構函式

UseActivatorAttribute()

套用至類型時,表示應該使用已註冊的啟動器來啟動類型,而不是透過其建構函式或其他機制來啟用。

適用於