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()

指定程序集不包含应用程序代码。

适用于