Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets Editor.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Shared Sub SetEditor ( _
element As XmlSerializationDefinition, _
newEditor As Editor _
)
public static void SetEditor(
XmlSerializationDefinition element,
Editor newEditor
)
public:
static void SetEditor(
XmlSerializationDefinition^ element,
Editor^ newEditor
)
static member SetEditor :
element:XmlSerializationDefinition *
newEditor:Editor -> unit
public static function SetEditor(
element : XmlSerializationDefinition,
newEditor : Editor
)
Parameters
- newEditor
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Editor
.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.