FixedFrom Property
Domain-Specific Language Tools Reference
BinaryLinkShapeBase..::.FixedFrom Property

Updated: November 2007

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Visual Basic (Declaration)
<DomainObjectIdAttribute("2cb9f575-7d82-4eeb-80a7-b7c9e50b77fb")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape/FixedFrom.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<BrowsableAttribute(False)> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape/FixedFrom.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DomainPropertyAttribute(Kind := DomainPropertyKind.CustomStorage)> _
<CLSCompliantAttribute(False)> _
Public Property FixedFrom As VGFixedCode
Visual Basic (Usage)
Dim instance As BinaryLinkShapeBase
Dim value As VGFixedCode

value = instance.FixedFrom

instance.FixedFrom = value
C#
[DomainObjectIdAttribute("2cb9f575-7d82-4eeb-80a7-b7c9e50b77fb")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape/FixedFrom.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape/FixedFrom.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainPropertyAttribute(Kind = DomainPropertyKind.CustomStorage)]
[CLSCompliantAttribute(false)]
public VGFixedCode FixedFrom { get; set; }
Visual C++
[DomainObjectIdAttribute(L"2cb9f575-7d82-4eeb-80a7-b7c9e50b77fb")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape/FixedFrom.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape/FixedFrom.Description", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainPropertyAttribute(Kind = DomainPropertyKind::CustomStorage)]
[CLSCompliantAttribute(false)]
public:
property VGFixedCode FixedFrom {
    VGFixedCode get ();
    void set (VGFixedCode value);
}
JScript
public function get FixedFrom () : VGFixedCode
public function set FixedFrom (value : VGFixedCode)

Property Value

Type: VGFixedCode
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker