RootNamespaceAttribute Classe

Definizione

Fornisce l'elemento RootNamespace di un assembly. RootNamespace dell'assembly viene usato dalla localizzazione per determinare il nome della risorsa da cercare quando RootNamespace è diverso da 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
Ereditarietà
RootNamespaceAttribute
Attributi

Costruttori

Nome Descrizione
RootNamespaceAttribute(String)

Crea un nuovo RootNamespaceAttributeoggetto .

Proprietà

Nome Descrizione
RootNamespace

RootNamespace dell'assembly. RootNamespace dell'assembly viene usato dalla localizzazione per determinare il nome della risorsa da cercare quando RootNamespace è diverso da AssemblyName.

Si applica a