PropertyPathHasPath.PropertyPath Property
DomainRole PropertyPath Path to the property.
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.PropertyPathHasPath/PropertyPath.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.Category", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "PathToProperty", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.PropertyDisplayName", _
PropagatesCopy := PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer, _
Multiplicity := Multiplicity.ZeroOne)> _
<DomainObjectIdAttribute("636a52b5-a960-4c90-a4ec-718c97f3beb1")> _
Public Property PropertyPath As PropertyPath
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.Category",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "PathToProperty",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroOne)]
[DomainObjectIdAttribute("636a52b5-a960-4c90-a4ec-718c97f3beb1")]
public PropertyPath PropertyPath { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CategoryResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.Category",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"PathToProperty",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption::PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity::ZeroOne)]
[DomainObjectIdAttribute(L"636a52b5-a960-4c90-a4ec-718c97f3beb1")]
public:
property PropertyPath^ PropertyPath {
PropertyPath^ get ();
void set (PropertyPath^ value);
}
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.Category",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "PathToProperty",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath/PropertyPath.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroOne)>]
[<DomainObjectIdAttribute("636a52b5-a960-4c90-a4ec-718c97f3beb1")>]
member PropertyPath : PropertyPath with get, set
function get PropertyPath () : PropertyPath
function set PropertyPath (value : PropertyPath)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath
.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.