BuildItem.CustomMetadataNames Property

Definition

Gets all user-defined or custom attribute names.

public:
 property System::Collections::ICollection ^ CustomMetadataNames { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection CustomMetadataNames { get; }
public System.Collections.ICollection CustomMetadataNames { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.CustomMetadataNames : System.Collections.ICollection
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.CustomMetadataNames : System.Collections.ICollection
Public ReadOnly Property CustomMetadataNames As ICollection

Property Value

An ICollection containing string names for all of the user-defined or custom attributes.

Attributes

Remarks

CustomMetadataNames does not include the names of non-user-defined or non-custom attributes.

Applies to