OAProperty-Konstruktor

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As OAProperties, _
    pi As PropertyInfo _
)
public OAProperty(
    OAProperties parent,
    PropertyInfo pi
)
public:
OAProperty(
    OAProperties^ parent, 
    PropertyInfo^ pi
)
new : 
        parent:OAProperties * 
        pi:PropertyInfo -> OAProperty
public function OAProperty(
    parent : OAProperties, 
    pi : PropertyInfo
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

OAProperty Klasse

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace