DecoratorHostShapeBase.ManuallyPlaced 属性
获取或设置 ManuallyPlaced 字段的特性的值。 放置的 Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape.Manually 的说明
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
<BrowsableAttribute(False)> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape/ManuallyPlaced.Description", _
GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("013b0226-a8b9-4020-a37f-2ded75f325a8")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape/ManuallyPlaced.DisplayName", _
GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
Public Property ManuallyPlaced As Boolean
[BrowsableAttribute(false)]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape/ManuallyPlaced.Description",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("013b0226-a8b9-4020-a37f-2ded75f325a8")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape/ManuallyPlaced.DisplayName",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public bool ManuallyPlaced { get; set; }
属性值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。