Sdílet prostřednictvím


PropertiesEditorLauncher.EditComponent – metoda (ITypeDescriptorContext, Object)

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Overrides Function EditComponent ( _
    context As ITypeDescriptorContext, _
    component As Object _
) As Boolean
public override bool EditComponent(
    ITypeDescriptorContext context,
    Object component
)
public:
virtual bool EditComponent(
    ITypeDescriptorContext^ context, 
    Object^ component
) override
abstract EditComponent : 
        context:ITypeDescriptorContext * 
        component:Object -> bool 
override EditComponent : 
        context:ITypeDescriptorContext * 
        component:Object -> bool 
public override function EditComponent(
    context : ITypeDescriptorContext, 
    component : Object
) : boolean

Parametry

Vrácená hodnota

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertiesEditorLauncher Třída

EditComponent – přetížení

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů