Nevron .NET Vision
Nevron.Diagram Namespace / NUmlShape Class / GetProperties Method


In This Topic
    GetProperties Method
    In This Topic
    Gets all public properties for the given type.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetProperties( _
       ByVal type As System.Type _
    ) As System.Collections.Generic.List(Of PropertyInfo)
    'Usage
     
    
    Dim instance As NUmlShape
    Dim type As System.Type
    Dim value As System.Collections.Generic.List(Of PropertyInfo)
     
    value = instance.GetProperties(type)
    protected virtual System.Collections.Generic.List<PropertyInfo> GetProperties( 
       System.Type type
    )

    Parameters

    type
    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