RootNamespaceAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アセンブリの 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(String) |
新しい RootNamespaceAttributeを作成します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| RootNamespace |
このアセンブリの RootNamespace。 アセンブリの RootNamespace は、RootNamespace が AssemblyName と異なる場合に検索するリソース名を決定するために、ローカリゼーションによって使用されます。 |