Freigeben über


ApplicationPartAttribute Klasse

Definition

Gibt eine Assembly an, die als Anwendungsteil hinzugefügt werden soll.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class ApplicationPartAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type ApplicationPartAttribute = class
    inherit Attribute
Public NotInheritable Class ApplicationPartAttribute
Inherits Attribute
Vererbung
ApplicationPartAttribute
Attribute

Konstruktoren

ApplicationPartAttribute(String)

Initialisiert eine neue Instanz von ApplicationPartAttribute.

Eigenschaften

AssemblyName

Ruft den Namen der Assembly ab.

Gilt für: