TagBuilder.MergeAttribute Metoda
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í.
Přetížení
| MergeAttribute(String, String, Boolean) |
Sloučení atributu |
| MergeAttribute(String, String) |
Sloučení atributu |
MergeAttribute(String, String, Boolean)
Sloučení atributu
public:
void MergeAttribute(System::String ^ key, System::String ^ value, bool replaceExisting);
public void MergeAttribute (string key, string value, bool replaceExisting);
public void MergeAttribute (string key, string? value, bool replaceExisting);
member this.MergeAttribute : string * string * bool -> unit
Public Sub MergeAttribute (key As String, value As String, replaceExisting As Boolean)
Parametry
- key
- String
Klíč atributu.
- value
- String
Hodnota atributu.
- replaceExisting
- Boolean
Určuje, jestli chcete nahradit existující hodnotu.
Platí pro
MergeAttribute(String, String)
Sloučení atributu
public:
void MergeAttribute(System::String ^ key, System::String ^ value);
public void MergeAttribute (string key, string value);
public void MergeAttribute (string key, string? value);
member this.MergeAttribute : string * string -> unit
Public Sub MergeAttribute (key As String, value As String)
Parametry
- key
- String
Klíč atributu.
- value
- String
Hodnota atributu.