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.
DomainRole ClrAttribute
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("45f5f7a9-37db-4020-8e80-d4760fd3cd1c")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "DomainRole", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.PropertyDisplayName", _
PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer, _
Multiplicity := Multiplicity.ZeroOne)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Overridable Property ClrAttribute As ClrAttribute
Get
Set
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("45f5f7a9-37db-4020-8e80-d4760fd3cd1c")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "DomainRole", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroOne)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public virtual ClrAttribute ClrAttribute { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"45f5f7a9-37db-4020-8e80-d4760fd3cd1c")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"DomainRole",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity::ZeroOne)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
virtual property ClrAttribute^ ClrAttribute {
ClrAttribute^ get ();
void set (ClrAttribute^ value);
}
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("45f5f7a9-37db-4020-8e80-d4760fd3cd1c")>]
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "DomainRole",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroOne)>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
abstract ClrAttribute : ClrAttribute with get, set
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("45f5f7a9-37db-4020-8e80-d4760fd3cd1c")>]
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "DomainRole",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroOne)>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes/ClrAttribute.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
override ClrAttribute : ClrAttribute with get, set
function get ClrAttribute () : ClrAttribute
function set ClrAttribute (value : ClrAttribute)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ClrAttribute
.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.