Metodo UtilityGetFilePreview(TreeList, TreeListNode, String)
|
Ritorna l'anteprima chiamando un thread.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public static Image GetFilePreview(
TreeList tree,
TreeListNode node,
string fullFileName
)
Public Shared Function GetFilePreview (
tree As TreeList,
node As TreeListNode,
fullFileName As String
) As Image
public:
static Image^ GetFilePreview(
TreeList^ tree,
TreeListNode^ node,
String^ fullFileName
)
static member GetFilePreview :
tree : TreeList *
node : TreeListNode *
fullFileName : string -> Image
Parametri
- tree TreeList
-
- node TreeListNode
-
- fullFileName String
-
Valore di ritorno
ImageVedi anche