Sdílet prostřednictvím


DescriptionResourceAttribute – konstruktor (String, Type)

Inicializuje novou instanci DescriptionResourceAttribute pomocí klíče zadaný popis a typ třídy.

Obor názvů:  Microsoft.VisualStudio.Modeling.Design
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    descriptionKey As String, _
    type As Type _
)
public DescriptionResourceAttribute(
    string descriptionKey,
    Type type
)

Parametry

  • descriptionKey
    Typ: System.String
    Klíč položky popis prostředku v zadaný zdroj.
  • type
    Typ: System.Type
    Typ, který určuje sestavení, který obsahuje prostředek.

Výjimky

Výjimka Podmínka
ArgumentNullException

typeis nullodkaz null (Nothing v jazyce Visual Basic), or descriptionKey is nullodkaz null (Nothing v jazyce Visual Basic) or the empty string ("").

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DescriptionResourceAttribute Třída

DescriptionResourceAttribute – přetížení

Microsoft.VisualStudio.Modeling.Design – obor názvů