共用方式為


SkipCodeGenerationAttribute 類別

定義

屬性,通知程式碼產生器不應產生任何程式碼。

[System.AttributeUsage(System.AttributeTargets.Assembly)]
public class SkipCodeGenerationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type SkipCodeGenerationAttribute = class
    inherit Attribute
Public Class SkipCodeGenerationAttribute
Inherits Attribute
繼承
SkipCodeGenerationAttribute
屬性

建構函式

SkipCodeGenerationAttribute()

屬性,通知程式碼產生器不應產生任何程式碼。

適用於