プロパティ記述子が指定された場合、プロパティの所有者を返します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.DatabaseSchemaView
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Public Function GetPropertyOwner ( _
pd As PropertyDescriptor _
) As Object
'使用
Dim instance As SqlDatabaseSchemaViewNodeExtender
Dim pd As PropertyDescriptor
Dim returnValue As Object
returnValue = instance.GetPropertyOwner(pd)
public Object GetPropertyOwner(
PropertyDescriptor pd
)
public:
virtual Object^ GetPropertyOwner(
PropertyDescriptor^ pd
) sealed
public final function GetPropertyOwner(
pd : PropertyDescriptor
) : Object
パラメータ
- pd
型 : System.ComponentModel.PropertyDescriptor
プロパティ記述子
戻り値
型 : System.Object
実装
ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)
参照
参照
SqlDatabaseSchemaViewNodeExtender クラス
SqlDatabaseSchemaViewNodeExtender メンバ
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.DatabaseSchemaView 名前空間