Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDataObjectAdaptor Class / UpdateReferences Method
provider from which to obtain references


In This Topic
    UpdateReferences Method (NDrawingDataObjectAdaptor)
    In This Topic
    Overriden to store a reference to the drawing view hosting the adapter
    Syntax
    'Declaration
     
    
    Public Overrides Sub UpdateReferences( _
       ByVal provider As INReferenceProvider _
    ) 
    'Usage
     
    
    Dim instance As NDrawingDataObjectAdaptor
    Dim provider As INReferenceProvider
     
    instance.UpdateReferences(provider)
    public override void UpdateReferences( 
       INReferenceProvider provider
    )

    Parameters

    provider
    provider from which to obtain references
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also