Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Merge this collection into a CssCollection.
Syntax
Visual Basic Public Sub
MergeInto(
ByVal dest As CssStyleCollection,
ByVal bOverwriteDuplicates As bool
)C# public void
MergeInto(
CssStyleCollection dest,
bool bOverwriteDuplicates
);Managed C++ public: void
MergeInto(
CssStyleCollection dest,
bool bOverwriteDuplicates
);JScript public function
MergeInto(
dest : CssStyleCollection,
bOverwriteDuplicates : bool
);
Parameters
dest Required. The destination of the collection. bOverwriteDuplicates One of the following required values: falseDo not overwrite attributes.trueOverwrite attributes of the same name.
Return Value
No return value.
Applies To
CssCollection
See Also