Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / GetValueEntry Method


In This Topic
    GetValueEntry Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <MS.Internal.WindowsBase.FriendAccessAllowedAttribute()>
    Friend Function GetValueEntry( _
       ByVal entryIndex As System.Windows.EntryIndex, _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal metadata As System.Windows.PropertyMetadata, _
       ByVal requests As System.Windows.RequestFlags _
    ) As System.Windows.EffectiveValueEntry
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim entryIndex As System.Windows.EntryIndex
    Dim dp As System.Windows.DependencyProperty
    Dim metadata As System.Windows.PropertyMetadata
    Dim requests As System.Windows.RequestFlags
    Dim value As System.Windows.EffectiveValueEntry
     
    value = instance.GetValueEntry(entryIndex, dp, metadata, requests)
    [MS.Internal.WindowsBase.FriendAccessAllowed()]
    internal System.Windows.EffectiveValueEntry GetValueEntry( 
       System.Windows.EntryIndex entryIndex,
       System.Windows.DependencyProperty dp,
       System.Windows.PropertyMetadata metadata,
       System.Windows.RequestFlags requests
    )

    Parameters

    entryIndex
    dp
    metadata
    requests
    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