Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DomainRole BaseShape Maps that reference this base shape.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
<DomainObjectIdAttribute("3a467e95-2b78-4c50-94f6-c745cf5ff6bb")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "BaseShapeMaps", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.PropertyDisplayName", _
PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy, Multiplicity := Multiplicity.ZeroMany)> _
Public MustOverride Property BaseShape As BaseShape
[DomainObjectIdAttribute("3a467e95-2b78-4c50-94f6-c745cf5ff6bb")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "BaseShapeMaps",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, Multiplicity = Multiplicity.ZeroMany)]
public abstract BaseShape BaseShape { get; set; }
[DomainObjectIdAttribute(L"3a467e95-2b78-4c50-94f6-c745cf5ff6bb")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"BaseShapeMaps",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy, Multiplicity = Multiplicity::ZeroMany)]
public:
virtual property BaseShape^ BaseShape {
BaseShape^ get () abstract;
void set (BaseShape^ value) abstract;
}
[<DomainObjectIdAttribute("3a467e95-2b78-4c50-94f6-c745cf5ff6bb")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "BaseShapeMaps",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape/BaseShape.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, Multiplicity = Multiplicity.ZeroMany)>]
abstract BaseShape : BaseShape with get, set
abstract function get BaseShape () : BaseShape
abstract function set BaseShape (value : BaseShape)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape
.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.