ReferenceAssemblyAttribute Konstruktory
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í
| ReferenceAssemblyAttribute() |
Inicializuje novou instanci ReferenceAssemblyAttribute třídy. |
| ReferenceAssemblyAttribute(String) |
Inicializuje novou instanci ReferenceAssemblyAttribute třídy pomocí zadaného popisu. |
ReferenceAssemblyAttribute()
Inicializuje novou instanci ReferenceAssemblyAttribute třídy.
public:
ReferenceAssemblyAttribute();
public ReferenceAssemblyAttribute ();
Public Sub New ()
Platí pro
ReferenceAssemblyAttribute(String)
Inicializuje novou instanci ReferenceAssemblyAttribute třídy pomocí zadaného popisu.
public:
ReferenceAssemblyAttribute(System::String ^ description);
public ReferenceAssemblyAttribute (string description);
public ReferenceAssemblyAttribute (string? description);
new System.Runtime.CompilerServices.ReferenceAssemblyAttribute : string -> System.Runtime.CompilerServices.ReferenceAssemblyAttribute
Public Sub New (description As String)
Parametry
- description
- String
Popis referenčního sestavení.