ResourceLocationAttribute クラス

定義

アセンブリのリソースの場所を提供します。

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
属性

コンストラクター

名前 説明
ResourceLocationAttribute(String)

新しい ResourceLocationAttributeを作成します。

プロパティ

名前 説明
ResourceLocation

このアセンブリのリソースの場所。

適用対象