SharingBoundaryAttribute Classe

Definizione

Importante

Questa API non è conforme a CLS.

Se applicato a un'importazione di un oggetto ExportFactory<T>, contrassegna il limite di un ambito di condivisione.

public ref class SharingBoundaryAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, Inherited=false)]
[System.CLSCompliant(false)]
[System.Composition.MetadataAttribute]
public sealed class SharingBoundaryAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, Inherited=false)>]
[<System.CLSCompliant(false)>]
[<System.Composition.MetadataAttribute>]
type SharingBoundaryAttribute = class
    inherit Attribute
Public NotInheritable Class SharingBoundaryAttribute
Inherits Attribute
Ereditarietà
SharingBoundaryAttribute
Attributi

Costruttori

Nome Descrizione
SharingBoundaryAttribute(String[])

Inizializza una nuova istanza della SharingBoundaryAttribute classe per i nomi limite specificati.

Proprietà

Nome Descrizione
SharingBoundaryNames

Ottiene i nomi dei limiti.

Metodi

Nome Descrizione
Equals(Object)

Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato.

(Ereditato da Attribute)
GetHashCode()

Restituisce il codice hash per questa istanza.

(Ereditato da Attribute)
GetType()

Ottiene il Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale del Objectcorrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a

Vedi anche