ApplicationPartAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
として追加するアセンブリを ApplicationPart指定します。
通常の場合、MVC は MVC を参照する依存関係ごとにエントリ アセンブリにインスタンスを生成 ApplicationPartAttribute します。 これらの各アセンブリは、 として ApplicationPart扱われます。
public ref class ApplicationPartAttribute sealed : Attribute
[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 |
アセンブリ名を取得します。 |