共用方式為


RegisterCopierAttribute 類別

定義

套用至類型時,表示類型為複製器,而且應該自動註冊。

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

建構函式

RegisterCopierAttribute()

套用至類型時,表示類型為複製器,而且應該自動註冊。

適用於