forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUIOption.xml
57 lines (55 loc) · 2.75 KB
/
UIOption.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<Type Name="UIOption" FullName="Microsoft.VisualBasic.FileIO.UIOption">
<TypeSignature Language="C#" Value="public enum UIOption" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed UIOption extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Microsoft.VisualBasic.FileIO.UIOption" />
<AssemblyInfo>
<AssemblyName>Microsoft.VisualBasic</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>Specifies which dialog boxes to show when copying, deleting, or moving files or directories.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This enumeration is used with <xref:Microsoft.VisualBasic.FileIO.FileSystem.CopyDirectory%2A>, <xref:Microsoft.VisualBasic.FileIO.FileSystem.CopyFile%2A>, <xref:Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectory%2A>, <xref:Microsoft.VisualBasic.FileIO.FileSystem.DeleteFile%2A>, <xref:Microsoft.VisualBasic.FileIO.FileSystem.MoveDirectory%2A>, and <xref:Microsoft.VisualBasic.FileIO.FileSystem.MoveFile%2A> methods.
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName="AllDialogs">
<MemberSignature Language="C#" Value="AllDialogs" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.VisualBasic.FileIO.UIOption AllDialogs = int32(3)" />
<MemberSignature Language="DocId" Value="F:Microsoft.VisualBasic.FileIO.UIOption.AllDialogs" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.VisualBasic</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.VisualBasic.FileIO.UIOption</ReturnType>
</ReturnValue>
<Docs>
<summary>Show progress dialog box and any error dialog boxes.</summary>
</Docs>
</Member>
<Member MemberName="OnlyErrorDialogs">
<MemberSignature Language="C#" Value="OnlyErrorDialogs" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.VisualBasic.FileIO.UIOption OnlyErrorDialogs = int32(2)" />
<MemberSignature Language="DocId" Value="F:Microsoft.VisualBasic.FileIO.UIOption.OnlyErrorDialogs" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.VisualBasic</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.VisualBasic.FileIO.UIOption</ReturnType>
</ReturnValue>
<Docs>
<summary>Only show error dialog boxes and hide progress dialog boxes. Default.</summary>
</Docs>
</Member>
</Members>
</Type>