指定した基本型のエディタを返します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Public Function GetEditor ( _
editorBaseType As Type _
) As Object
'使用
Dim instance As DatabaseProjectNodeExtender
Dim editorBaseType As Type
Dim returnValue As Object
returnValue = instance.GetEditor(editorBaseType)
public Object GetEditor(
Type editorBaseType
)
public:
virtual Object^ GetEditor(
Type^ editorBaseType
) sealed
public final function GetEditor(
editorBaseType : Type
) : Object
パラメータ
- editorBaseType
型 : System.Type
指定した基本型
戻り値
型 : System.Object
実装
ICustomTypeDescriptor.GetEditor(Type)
参照
参照
DatabaseProjectNodeExtender クラス
DatabaseProjectNodeExtender メンバ
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders 名前空間