Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or removes the editor for the current browse object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub SetEditor ( _
editorBaseType As Type, _
value As Object _
)
public void SetEditor(
Type editorBaseType,
Object value
)
public:
void SetEditor(
Type^ editorBaseType,
Object^ value
)
member SetEditor :
editorBaseType:Type *
value:Object -> unit
public function SetEditor(
editorBaseType : Type,
value : Object
)
Parameters
- editorBaseType
Type: System.Type
A Type representing the base type of the editor.
- value
Type: System.Object
The editor to set, or nulla null reference (Nothing in Visual Basic) to remove the editor based on its type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.