VGEdge.FixedFromTo[VGConnectionType] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual property int FixedFromTo[Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGConnectionType] { int get(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGConnectionType fromTo); void set(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGConnectionType fromTo, int value); };
protected virtual int FixedFromTo[Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGConnectionType fromTo] { get; set; }
member this.FixedFromTo(Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGConnectionType) : int with get, set
Protected Overridable Property FixedFromTo(fromTo As VGConnectionType) As Integer
Parameters
- fromTo
- VGConnectionType