Delen via


PropertiesEditorLauncher.EditComponent Method (ITypeDescriptorContext, Object)

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PropertiesEditorLauncher Class

EditComponent Overload

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace