ShapeMapHasParentElementPath.ParentElementPath Property
DomainRole ParentElementPath
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
声明
<DomainObjectIdAttribute("9c61ed3c-a3e1-4274-ac17-dfbc974efe02")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "ShapeMap", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.PropertyDisplayName", _
PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy, _
Multiplicity := Multiplicity.ZeroOne)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property ParentElementPath As DomainPath
Get
Set
[DomainObjectIdAttribute("9c61ed3c-a3e1-4274-ac17-dfbc974efe02")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ShapeMap", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy,
Multiplicity = Multiplicity.ZeroOne)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public DomainPath ParentElementPath { get; set; }
[DomainObjectIdAttribute(L"9c61ed3c-a3e1-4274-ac17-dfbc974efe02")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"ShapeMap", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy,
Multiplicity = Multiplicity::ZeroOne)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property DomainPath^ ParentElementPath {
DomainPath^ get ();
void set (DomainPath^ value);
}
[<DomainObjectIdAttribute("9c61ed3c-a3e1-4274-ac17-dfbc974efe02")>]
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ShapeMap", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy,
Multiplicity = Multiplicity.ZeroOne)>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasParentElementPath/ParentElementPath.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
member ParentElementPath : DomainPath with get, set
function get ParentElementPath () : DomainPath
function set ParentElementPath (value : DomainPath)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
.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.