AssemblyMetadataAttribute(String, String) Constructor

Definición

Inicializa una nueva instancia de la AssemblyMetadataAttribute clase mediante la clave de metadatos y el valor especificados.

public:
 AssemblyMetadataAttribute(System::String ^ key, System::String ^ value);
public AssemblyMetadataAttribute(string key, string value);
public AssemblyMetadataAttribute(string key, string? value);
new System.Reflection.AssemblyMetadataAttribute : string * string -> System.Reflection.AssemblyMetadataAttribute
Public Sub New (key As String, value As String)

Parámetros

key
String

La clave de metadatos.

value
String

Valor de metadatos.

Se aplica a