ResourceLocationAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アセンブリのリソースの場所を提供します。
public ref class ResourceLocationAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
public class ResourceLocationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)>]
type ResourceLocationAttribute = class
inherit Attribute
Public Class ResourceLocationAttribute
Inherits Attribute
- 継承
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| ResourceLocationAttribute(String) |
新しい ResourceLocationAttributeを作成します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| ResourceLocation |
このアセンブリのリソースの場所。 |