LocalizableProperties.GetDefaultProperty Method
Gets the default property for a component.
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 GetDefaultProperty As PropertyDescriptor
'Usage
Dim instance As LocalizableProperties
Dim returnValue As PropertyDescriptor
returnValue = instance.GetDefaultProperty()
public virtual PropertyDescriptor GetDefaultProperty()
public:
virtual PropertyDescriptor^ GetDefaultProperty()
public function GetDefaultProperty() : PropertyDescriptor
abstract GetDefaultProperty : unit -> PropertyDescriptor
override GetDefaultProperty : unit -> PropertyDescriptor
Return Value
Type: System.ComponentModel.PropertyDescriptor
Implements
ICustomTypeDescriptor.GetDefaultProperty()
.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