RootNamespaceAttribute Osztály

Definíció

Egy szerelvény RootNamespace-ét adja meg. A szerelvény RootNamespace-ét a honosítás használja annak meghatározására, hogy a RootNamespace mikor tér el a AssemblyName-tól.

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
Öröklődés
RootNamespaceAttribute
Attribútumok

Konstruktorok

Name Description
RootNamespaceAttribute(String)

Létrehoz egy újat RootNamespaceAttribute.

Tulajdonságok

Name Description
RootNamespace

A szerelvény RootNamespace-jének neve. A szerelvény RootNamespace-ét a honosítás használja annak meghatározására, hogy a RootNamespace mikor tér el a AssemblyName-tól.

A következőre érvényes: