Share via


AssemblyMetadataAttribute(String, String) Construtor

Definição

Inicializa uma nova instância da classe AssemblyMetadataAttribute usando a chave de metadados e o 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

A chave de metadados.

value
String

O valor de metadados.

Aplica-se a