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