Anteckning
Å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.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Property Editor As Editor
'Usage
Dim instance As Validation
Dim value As Editor
value = instance.Editor
instance.Editor = value
public Editor Editor { get; set; }
public:
property Editor^ Editor {
Editor^ get ();
void set (Editor^ value);
}
public function get Editor () : Editor
public function set Editor (value : Editor)
Property Value
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.