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
- 繼承
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| RootNamespaceAttribute(String) |
會產生一個新的 RootNamespaceAttribute。 |
屬性
| 名稱 | Description |
|---|---|
| RootNamespace |
這個組件的根命名空間。 當地語系化會使用元件的 RootNamespace 來判斷當 RootNamespace 與 AssemblyName 不同時要尋找的資源名稱。 |