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 DistantPropertyPath
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("e6d9b171-0428-4c23-9b42-09a493907750")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "TypeDescriptor", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.PropertyDisplayName", _
PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy, _
Multiplicity := Multiplicity.ZeroOne)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property DistantPropertyPath As PropertyPath
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("e6d9b171-0428-4c23-9b42-09a493907750")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "TypeDescriptor",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy,
Multiplicity = Multiplicity.ZeroOne)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public PropertyPath DistantPropertyPath { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"e6d9b171-0428-4c23-9b42-09a493907750")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"TypeDescriptor",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy,
Multiplicity = Multiplicity::ZeroOne)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property PropertyPath^ DistantPropertyPath {
PropertyPath^ get ();
void set (PropertyPath^ value);
}
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("e6d9b171-0428-4c23-9b42-09a493907750")>]
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "TypeDescriptor",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.PropertyDisplayName",
PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy,
Multiplicity = Multiplicity.ZeroOne)>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor/DistantPropertyPath.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
member DistantPropertyPath : PropertyPath with get, set
function get DistantPropertyPath () : PropertyPath
function set DistantPropertyPath (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.