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.
Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DomainObjectIdAttribute("224e64d0-5384-49cc-ae92-89414d9fe32c")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation/Editor.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "Validation",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation/Editor.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroOne)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation/Editor.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property Editor As Editor
'Usage
Dim instance As EditorHasValidation 
Dim value As Editor 
value = instance.Editor
instance.Editor = value
[DomainObjectIdAttribute("224e64d0-5384-49cc-ae92-89414d9fe32c")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation/Editor.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Validation", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation/Editor.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroOne)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation/Editor.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public Editor Editor { get; set; }
[DomainObjectIdAttribute(L"224e64d0-5384-49cc-ae92-89414d9fe32c")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation/Editor.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"Validation", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation/Editor.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroOne)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasValidation/Editor.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
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.