Sdílet prostřednictvím


DataConnectionProperties.AddProperty – metoda (String, Type, array<Attribute )

Souhrn vlastností nativně rozpoznána touto instancí vlastnosti připojení dat dynamicky přidá novou vlastnost.

Obor názvů:  Microsoft.VisualStudio.Data
Sestavení:  Microsoft.VisualStudio.Data (v Microsoft.VisualStudio.Data.dll)

Syntaxe

'Deklarace
Protected Function AddProperty ( _
    name As String, _
    type As Type, _
    ParamArray attributes As Attribute() _
) As PropertyDescriptor
protected PropertyDescriptor AddProperty(
    string name,
    Type type,
    params Attribute[] attributes
)
protected:
PropertyDescriptor^ AddProperty(
    String^ name, 
    Type^ type, 
    ... array<Attribute^>^ attributes
)
member AddProperty : 
        name:string * 
        type:Type * 
        attributes:Attribute[] -> PropertyDescriptor 
protected function AddProperty(
    name : String, 
    type : Type, 
    ... attributes : Attribute[]
) : PropertyDescriptor

Parametry

  • attributes
    Typ: array<System.Attribute[]
    Sada atributů, které chcete připojit k vlastnosti.

Vrácená hodnota

Typ: System.ComponentModel.PropertyDescriptor
Popisovač nově přidané vlastnosti.

Výjimky

Výjimka Podmínka
ArgumentNullException

name a type jsou parametry null.

InvalidOperationException

Zadaná vlastnost již existuje.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataConnectionProperties Třída

AddProperty – přetížení

Microsoft.VisualStudio.Data – obor názvů

RemoveProperty