Sdílet prostřednictvím


DataViewPropertyDescriptor – konstruktor (PropertyDescriptor)

Inicializuje novou instanci DataViewPropertyDescriptor objekt popisovače vlastnosti třídy.

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

Syntaxe

'Deklarace
Public Sub New ( _
    baseDescriptor As PropertyDescriptor _
)
public DataViewPropertyDescriptor(
    PropertyDescriptor baseDescriptor
)
public:
DataViewPropertyDescriptor(
    PropertyDescriptor^ baseDescriptor
)
new : 
        baseDescriptor:PropertyDescriptor -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
    baseDescriptor : PropertyDescriptor
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataViewPropertyDescriptor Třída

DataViewPropertyDescriptor – přetížení

Microsoft.VisualStudio.Data.Framework – obor názvů