Xceed .NET Libraries Documentation
GetOptionValue<T> Method


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > FileSystemOperationOptionStack Class : 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)
public static Nullable<T> GetOptionValue<T>( 
   FileSystemOperationOptionStack stack,
   ICollection<FileSystemOperationOptionStack> previousStacks
)
where T: new(), struct

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

Reference

FileSystemOperationOptionStack Class
FileSystemOperationOptionStack Members