Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemOperationOptionStack Class / GetOptionValue<T> Method


GetOptionValue<T> Method
Syntax
'Declaration
 
Public Shared Function GetOptionValue(Of T As {New, Struct})( _
   ByVal stack As FileSystemOperationOptionStack, _
   ByVal previousStacks As ICollection(Of FileSystemOperationOptionStack) _
) As Nullable(Of T)
 
'Usage
 
Dim stack As FileSystemOperationOptionStack
Dim previousStacks As ICollection(Of FileSystemOperationOptionStack)
Dim value As Nullable(Of T)
 
value = FileSystemOperationOptionStack.GetOptionValue(Of T)(stack, previousStacks)

Parameters

stack
previousStacks

Type Parameters

T
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