Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NProperty Class / CreateExtended Method / CreateExtended(Type,String,NDomType,Object) Method


In This Topic
    CreateExtended(Type,String,NDomType,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function CreateExtended( _
       ByVal declaringType As System.Type, _
       ByVal name As System.String, _
       ByVal type As NDomType, _
       ByVal defaultValue As System.Object _
    ) As NProperty
    'Usage
     
    
    Dim declaringType As System.Type
    Dim name As System.String
    Dim type As NDomType
    Dim defaultValue As System.Object
    Dim value As NProperty
     
    value = NProperty.CreateExtended(declaringType, name, type, defaultValue)
    public static NProperty CreateExtended( 
       System.Type declaringType,
       System.string name,
       NDomType type,
       System.object defaultValue
    )

    Parameters

    declaringType
    name
    type
    defaultValue
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also