次の方法で共有


ApplicationPartAttribute クラス

定義

アプリケーション パーツとして追加するアセンブリを指定します。

[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
継承
ApplicationPartAttribute
属性

コンストラクター

ApplicationPartAttribute(String)

ApplicationPartAttribute の新しいインスタンスを初期化します。

プロパティ

AssemblyName

アセンブリ名を取得します。

適用対象