Nevron .NET Vision
Nevron.Diagram.WebForm Namespace / NDrawingViewDesigner Class / InvokeGetInheritanceAttribute Method


In This Topic
    InvokeGetInheritanceAttribute Method (NDrawingViewDesigner)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function InvokeGetInheritanceAttribute( _
       ByVal toInvoke As System.ComponentModel.Design.ComponentDesigner _
    ) As System.ComponentModel.InheritanceAttribute
    'Usage
     
    
    Dim instance As NDrawingViewDesigner
    Dim toInvoke As System.ComponentModel.Design.ComponentDesigner
    Dim value As System.ComponentModel.InheritanceAttribute
     
    value = instance.InvokeGetInheritanceAttribute(toInvoke)
    protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute( 
       System.ComponentModel.Design.ComponentDesigner toInvoke
    )

    Parameters

    toInvoke
    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