LocalizableProperties.CreateDesignPropertyDescriptor Method
Creates a new DesignPropertyDescriptor using the supplied property descriptor.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overridable Function CreateDesignPropertyDescriptor ( _
p As PropertyDescriptor _
) As DesignPropertyDescriptor
'Usage
Dim instance As LocalizableProperties
Dim p As PropertyDescriptor
Dim returnValue As DesignPropertyDescriptor
returnValue = instance.CreateDesignPropertyDescriptor(p)
public virtual DesignPropertyDescriptor CreateDesignPropertyDescriptor(
PropertyDescriptor p
)
public:
virtual DesignPropertyDescriptor^ CreateDesignPropertyDescriptor(
PropertyDescriptor^ p
)
public function CreateDesignPropertyDescriptor(
p : PropertyDescriptor
) : DesignPropertyDescriptor
abstract CreateDesignPropertyDescriptor :
p:PropertyDescriptor -> DesignPropertyDescriptor
override CreateDesignPropertyDescriptor :
p:PropertyDescriptor -> DesignPropertyDescriptor
Parameters
- p
Type: System.ComponentModel.PropertyDescriptor
Specifies the property descriptor
Return Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.DesignPropertyDescriptor
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace