コンポーネントの既定のプロパティを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overridable Function GetDefaultProperty As PropertyDescriptor
'使用
Dim instance As LocalizableProperties
Dim returnValue As PropertyDescriptor
returnValue = instance.GetDefaultProperty()
public virtual PropertyDescriptor GetDefaultProperty()
public:
virtual PropertyDescriptor^ GetDefaultProperty()
public function GetDefaultProperty() : PropertyDescriptor
戻り値
型 : System.ComponentModel.PropertyDescriptor
実装
ICustomTypeDescriptor.GetDefaultProperty()