FrameworkPartAttribute クラス

定義

アセンブリにアプリケーション コードが含まれていないことを指定します。

[System.AttributeUsage(System.AttributeTargets.Assembly)]
public sealed class FrameworkPartAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type FrameworkPartAttribute = class
    inherit Attribute
Public NotInheritable Class FrameworkPartAttribute
Inherits Attribute
継承
FrameworkPartAttribute
属性

コンストラクター

FrameworkPartAttribute()

アセンブリにアプリケーション コードが含まれていないことを指定します。

適用対象