AssemblyMetadataAttribute(String, String) Konstruktor

Definicja

Inicjuje AssemblyMetadataAttribute nowe wystąpienie klasy przy użyciu określonego klucza metadanych i wartości.

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)

Parametry

key
String

Klucz metadanych.

value
String

Wartość metadanych.

Dotyczy