LocalizableProperties.CreateDesignPropertyDescriptor-Methode

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.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable Function CreateDesignPropertyDescriptor ( _
    p As PropertyDescriptor _
) As DesignPropertyDescriptor
public virtual DesignPropertyDescriptor CreateDesignPropertyDescriptor(
    PropertyDescriptor p
)
public:
virtual DesignPropertyDescriptor^ CreateDesignPropertyDescriptor(
    PropertyDescriptor^ p
)
abstract CreateDesignPropertyDescriptor : 
        p:PropertyDescriptor -> DesignPropertyDescriptor 
override CreateDesignPropertyDescriptor : 
        p:PropertyDescriptor -> DesignPropertyDescriptor 
public function CreateDesignPropertyDescriptor(
    p : PropertyDescriptor
) : DesignPropertyDescriptor

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal.DesignPropertyDescriptor

.NET Framework-Sicherheit

Siehe auch

Referenz

LocalizableProperties Klasse

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