forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShiftConstants.xml
81 lines (78 loc) · 4.54 KB
/
ShiftConstants.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<Type Name="ShiftConstants" FullName="Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants">
<TypeSignature Language="C#" Value="public enum ShiftConstants" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ShiftConstants extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants" />
<AssemblyInfo>
<AssemblyName>Microsoft.VisualBasic.Compatibility</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Provides constants for compatibility with the shift parameter mask constants in Visual Basic 6.0.</summary>
<remarks>
<format type="text/markdown"><], the parameters for key and mouse events have changed, and these constants are no longer necessary. These constants enable code that has been upgraded from Visual Basic 6.0 to continue to run without additional modification.
> [!NOTE]
> Functions and objects in the <xref:Microsoft.VisualBasic.Compatibility.VB6> namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the [!INCLUDE[dnprdnshort](~/includes/dnprdnshort-md.md)]. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName="AltMask">
<MemberSignature Language="C#" Value="AltMask" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants AltMask = int32(4)" />
<MemberSignature Language="DocId" Value="F:Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants.AltMask" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.VisualBasic.Compatibility</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants</ReturnType>
</ReturnValue>
<Docs>
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbAltMask" />.</summary>
</Docs>
</Member>
<Member MemberName="CtrlMask">
<MemberSignature Language="C#" Value="CtrlMask" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants CtrlMask = int32(2)" />
<MemberSignature Language="DocId" Value="F:Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants.CtrlMask" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.VisualBasic.Compatibility</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants</ReturnType>
</ReturnValue>
<Docs>
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbCtrlMask" />.</summary>
</Docs>
</Member>
<Member MemberName="ShiftMask">
<MemberSignature Language="C#" Value="ShiftMask" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants ShiftMask = int32(1)" />
<MemberSignature Language="DocId" Value="F:Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants.ShiftMask" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.VisualBasic.Compatibility</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants</ReturnType>
</ReturnValue>
<Docs>
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbShiftMask" />.</summary>
</Docs>
</Member>
</Members>
</Type>