共用方式為


BinaryLinkShapeBase.FixedFrom 屬性

指示是否使用者已設定結束點以手動方式。

此 API 不符合 CLS 標準。 

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

語法

'宣告
<CLSCompliantAttribute(False)> _
<DomainObjectIdAttribute("2cb9f575-7d82-4eeb-80a7-b7c9e50b77fb")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape/FixedFrom.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape/FixedFrom.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<BrowsableAttribute(False)> _
<DomainPropertyAttribute(Kind := DomainPropertyKind.CustomStorage)> _
Public Property FixedFrom As VGFixedCode
[CLSCompliantAttribute(false)]
[DomainObjectIdAttribute("2cb9f575-7d82-4eeb-80a7-b7c9e50b77fb")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape/FixedFrom.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape/FixedFrom.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DomainPropertyAttribute(Kind = DomainPropertyKind.CustomStorage)]
public VGFixedCode FixedFrom { get; set; }

屬性值

型別:Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGFixedCode

.NET Framework 安全性

請參閱

參考

BinaryLinkShapeBase 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間