AssemblyMetadataAttribute(String, String) Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci AssemblyMetadataAttribute třídy pomocí zadaného klíče metadat a hodnoty.
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
Klíč metadat.
- value
- String
Hodnota metadat