ElementMergeDirectiveHasForwardingPath.ElementMergeDirective Property
DomainRole ElementMergeDirective Path to element to which merge request is forwarded.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "ForwardingPath", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.PropertyDisplayName", _
PropagatesCopy := PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer, _
Multiplicity := Multiplicity.ZeroOne)> _
<DomainObjectIdAttribute("deb02d70-e997-4f57-8076-8b984ec4cd20")> _
Public Property ElementMergeDirective As ElementMergeDirective
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "ForwardingPath",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroOne)]
[DomainObjectIdAttribute("deb02d70-e997-4f57-8076-8b984ec4cd20")]
public ElementMergeDirective ElementMergeDirective { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"ForwardingPath",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption::PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity::ZeroOne)]
[DomainObjectIdAttribute(L"deb02d70-e997-4f57-8076-8b984ec4cd20")]
public:
property ElementMergeDirective^ ElementMergeDirective {
ElementMergeDirective^ get ();
void set (ElementMergeDirective^ value);
}
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "ForwardingPath",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath/ElementMergeDirective.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroOne)>]
[<DomainObjectIdAttribute("deb02d70-e997-4f57-8076-8b984ec4cd20")>]
member ElementMergeDirective : ElementMergeDirective with get, set
function get ElementMergeDirective () : ElementMergeDirective
function set ElementMergeDirective (value : ElementMergeDirective)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective
.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.