FileSystemProvider.GetFileAttributeView(IPath, Class, LinkOption[]) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna uma exibição de atributo de arquivo de um determinado tipo.
[Android.Runtime.Register("getFileAttributeView", "(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/FileAttributeView;", "GetGetFileAttributeView_Ljava_nio_file_Path_Ljava_lang_Class_arrayLjava_nio_file_LinkOption_Handler", ApiSince=26)]
[Java.Interop.JavaTypeParameters(new System.String[] { "V extends java.nio.file.attribute.FileAttributeView" })]
public abstract Java.Lang.Object? GetFileAttributeView (Java.Nio.FileNio.IPath? path, Java.Lang.Class? type, params Java.Nio.FileNio.LinkOption[]? options);
[<Android.Runtime.Register("getFileAttributeView", "(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/FileAttributeView;", "GetGetFileAttributeView_Ljava_nio_file_Path_Ljava_lang_Class_arrayLjava_nio_file_LinkOption_Handler", ApiSince=26)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "V extends java.nio.file.attribute.FileAttributeView" })>]
abstract member GetFileAttributeView : Java.Nio.FileNio.IPath * Java.Lang.Class * Java.Nio.FileNio.LinkOption[] -> Java.Lang.Object
Parâmetros
- path
- IPath
o caminho para o arquivo
- type
- Class
O Class
objeto correspondente à exibição de atributo de arquivo
- options
- LinkOption[]
opções que indicam como os links simbólicos são manipulados
Retornos
uma exibição de atributo de arquivo do tipo especificado ou null
se o tipo de exibição de atributo não estiver disponível
- Atributos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.