다음을 통해 공유


LocalizableProperties.CreateDesignPropertyDescriptor Method

Returns a DesignPropertyDescriptor wrapper on the given property descriptor.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Overridable Function CreateDesignPropertyDescriptor ( _
    p As PropertyDescriptor _
) As DesignPropertyDescriptor
public virtual DesignPropertyDescriptor CreateDesignPropertyDescriptor(
    PropertyDescriptor p
)

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.DesignPropertyDescriptor
Returns a DesignPropertyDescriptor.

.NET Framework Security

See Also

Reference

LocalizableProperties Class

Microsoft.VisualStudio.Shell Namespace