共用方式為


RootNamespaceAttribute Class

Definition

Provides the RootNamespace of an Assembly. The RootNamespace of the assembly is used by Localization to determine the resource name to look for when RootNamespace differs from the 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
Inheritance
RootNamespaceAttribute
Attributes

Constructors

RootNamespaceAttribute(String)

Creates a new RootNamespaceAttribute.

Properties

RootNamespace

The RootNamespace of this Assembly. The RootNamespace of the assembly is used by Localization to determine the resource name to look for when RootNamespace differs from the AssemblyName.

Applies to