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.
DomainRole DomainClass Xml serialization configuration data for the domain class.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "ClassData", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.PropertyDisplayName", _
PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy, Multiplicity := Multiplicity.ZeroOne)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("808f13e6-fd66-484b-a167-605de8d43625")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property DomainClass As DomainClass
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ClassData", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, Multiplicity = Multiplicity.ZeroOne)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("808f13e6-fd66-484b-a167-605de8d43625")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public DomainClass DomainClass { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"ClassData",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy, Multiplicity = Multiplicity::ZeroOne)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"808f13e6-fd66-484b-a167-605de8d43625")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property DomainClass^ DomainClass {
DomainClass^ get ();
void set (DomainClass^ value);
}
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ClassData", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, Multiplicity = Multiplicity.ZeroOne)>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("808f13e6-fd66-484b-a167-605de8d43625")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassDataAppliesToDomainClass/DomainClass.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
member DomainClass : DomainClass with get, set
function get DomainClass () : DomainClass
function set DomainClass (value : DomainClass)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass
.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.