Sdílet prostřednictvím


PropertyIdentifier – konstruktor (Type, String)

Inicializuje novou instanci PropertyIdentifier třídy s existující typ a název vlastnosti.

Obor názvů:  Microsoft.Windows.Design.Metadata
Sestavení:  Microsoft.Windows.Design.Extensibility (v Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    declaringType As Type, _
    name As String _
)
public PropertyIdentifier(
    Type declaringType,
    string name
)
public:
PropertyIdentifier(
    Type^ declaringType, 
    String^ name
)
new : 
        declaringType:Type * 
        name:string -> PropertyIdentifier
public function PropertyIdentifier(
    declaringType : Type, 
    name : String
)

Parametry

  • declaringType
    Typ: System.Type
    Typ je deklarována jako vlastnost.

Výjimky

Výjimka Podmínka
ArgumentNullException

declaringTypeor name is nullodkaz Null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyIdentifier Struktura

PropertyIdentifier – přetížení

Microsoft.Windows.Design.Metadata – obor názvů