共用方式為


LinkShape.ManuallyRouted 屬性

如果使用者已經手動變更此連結圖案的路由,則為 true。 如果使用者已使用 [重設路徑] 命令,或是保持自動設定路由不變,則為 false。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkShape/ManuallyRouted.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkShape/ManuallyRouted.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<BrowsableAttribute(False)> _
<DomainObjectIdAttribute("558defc3-78a4-4f2d-8662-a0b2ffe5ac29")> _
Public Property ManuallyRouted As Boolean
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkShape/ManuallyRouted.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkShape/ManuallyRouted.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DomainObjectIdAttribute("558defc3-78a4-4f2d-8662-a0b2ffe5ac29")]
public bool ManuallyRouted { get; set; }

屬性值

類型:System.Boolean

備註

如果使用者變更此連結觸控圖案只錨點,這個屬性會保持為 False

.NET Framework 安全性

請參閱

參考

LinkShape 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間

CanManuallyRoute