RootNamespaceAttribute クラス

定義

アセンブリの RootNamespace を提供します。 アセンブリの RootNamespace は、RootNamespace が AssemblyName と異なる場合に検索するリソース名を決定するために、ローカリゼーションによって使用されます。

public ref class RootNamespaceAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
public class RootNamespaceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)>]
type RootNamespaceAttribute = class
    inherit Attribute
Public Class RootNamespaceAttribute
Inherits Attribute
継承
RootNamespaceAttribute
属性

コンストラクター

名前 説明
RootNamespaceAttribute(String)

新しい RootNamespaceAttributeを作成します。

プロパティ

名前 説明
RootNamespace

このアセンブリの RootNamespace。 アセンブリの RootNamespace は、RootNamespace が AssemblyName と異なる場合に検索するリソース名を決定するために、ローカリゼーションによって使用されます。

適用対象