Delen via


ImportMetadataConstraintAttribute Class

Definition

Specifies that an import requires certain metadata values.

public ref class ImportMetadataConstraintAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, Inherited=false)]
public sealed class ImportMetadataConstraintAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, Inherited=false)>]
type ImportMetadataConstraintAttribute = class
    inherit Attribute
Public NotInheritable Class ImportMetadataConstraintAttribute
Inherits Attribute
Inheritance
ImportMetadataConstraintAttribute
Attributes

Constructors

ImportMetadataConstraintAttribute(String, Object)

Initializes a new instance of the ImportMetadataConstraintAttribute class.

Properties

Name

Gets the metadata key to match.

Value

Gets the metadata value to match.

Methods

Equals(Object)

Returns a value that indicates whether this instance is equal to a specified object.

(Inherited from Attribute)
GetHashCode()

Returns the hash code for this instance.

(Inherited from Attribute)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to