Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.TypeA Type representing the base type of the editor.
value
Type: System.ObjectThe 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.