task
stringlengths
24
71
input
stringlengths
8
2.38k
output
stringlengths
1
2.34k
options
sequence
pageTitle
stringlengths
4
140
outputColName
stringlengths
1
79
url
stringlengths
41
160
wdcFile
stringlengths
71
74
07457fbc__CompilerServices_Namespace_____Description
[Class] IsBoxed [Description]
Indicates that the modified reference type is a boxed value type. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsByValue [Description]
Indicates that a modified method argument should be interpreted as having object passed-by-value semantics. This modifier is applied to reference types. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsConst [Description]
Indicates that the modified type has a const modifier. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsCopyConstructed [Description]
Indicates that any copying of values of this type must use the copy constructor provided by the type. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsExplicitlyDereferenced [Description]
Indicates that a managed pointer represents a pointer parameter within a method signature. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsImplicitlyDereferenced [Description]
Indicates that the modified garbage collection reference represents a reference parameter within a method signature. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsJitIntrinsic [Description]
Indicates that a modified method is an intrinsic value for which the just-in-time (JIT) compiler can perform special code generation. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsLong [Description]
Indicates that a modified integer is a standard C++ long value. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsPinned [Description]
Indicates that a modified instance is pinned in memory. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsSignUnspecifiedByte [Description]
Indicates that a modifier is neither signed nor unsigned. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsUdtReturn [Description]
Indicates that a return type is a user-defined type. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IsVolatile [Description]
Marks a field as volatile. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] IUnknownConstantAttribute [Description]
Indicates that the default value for the attributed field or parameter is an instance of UnknownWrapper, where the WrappedObject is null. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] MethodImplAttribute [Description]
Specifies the details of how a method is implemented. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] NativeCppClassAttribute [Description]
Applies metadata to an assembly that indicates that a type is an unmanaged type. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] RequiredAttributeAttribute [Description]
Specifies that an importing compiler must fully understand the semantics of a type definition, or refuse to use it. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] RuntimeCompatibilityAttribute [Description]
Specifies whether to wrap exceptions that do not derive from the Exception class with a RuntimeWrappedException object. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] RuntimeHelpers [Description]
Provides a set of static methods and properties that provide support for compilers. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] RuntimeWrappedException [Description]
Wraps an exception that does not derive from the Exception class. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] ScopelessEnumAttribute [Description]
Indicates that a native enumeration is not qualified by the enumeration type name. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] SpecialNameAttribute [Description]
Indicates that a type or member is treated in a special way by the runtime or tools. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] StringFreezingAttribute [Description]
Deprecated. Freezes a string literal when creating native images using the Native Image Generator (Ngen.exe). This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] StrongBox [Description]
Infrastructure. Holds a reference to a value.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] SuppressIldasmAttribute [Description]
Prevents the MSIL Disassembler (Ildasm.exe) from disassembling an assembly. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] TypeForwardedToAttribute [Description]
Specifies a destination Type in another assembly. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
07457fbc__CompilerServices_Namespace_____Description
[Class] UnsafeValueTypeAttribute [Description]
Specifies that a type contains an unmanaged array that might potentially overflow. This class cannot be inherited.
[]
System.Runtime.CompilerServices Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.runtime.compilerservices(v=vs.90).aspx
43/1438042988399.65_20150728002308-00201-ip-10-236-191-2_879461641_0.json
39fc2ec4_ties__System_Windows_Controls___Name
[Description] Gets a list that contains the items that were selected. [Name]
AddedItems
[ [ "A", "d", "d", "e", "d", "I", "t", "e", "m", "s" ], [ "H", "a", "n", "d", "l", "e", "d" ], [ "O", "r", "i", "g", "i", "n", "a", "l", "S", "o", "u", "r", "c", "e" ], [ "R", "e", "m", "o", "v", "e", "d", "I", "t", "e", "m", "s" ], [ "R", "o", "u", "t", "e", "d", "E", "v", "e", "n", "t" ], [ "S", "o", "u", "r", "c", "e" ] ]
SelectionChangedEventArgs Properties (System.Windows.Controls)
Name
https://msdn.microsoft.com/en-us/library/System.Windows.Controls.SelectionChangedEventArgs_properties.aspx
43/1438042989042.37_20150728002309-00152-ip-10-236-191-2_887775519_0.json
39fc2ec4_ties__System_Windows_Controls___Name
[Description] Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Inherited from RoutedEventArgs.) [Name]
Handled
[ [ "A", "d", "d", "e", "d", "I", "t", "e", "m", "s" ], [ "H", "a", "n", "d", "l", "e", "d" ], [ "O", "r", "i", "g", "i", "n", "a", "l", "S", "o", "u", "r", "c", "e" ], [ "R", "e", "m", "o", "v", "e", "d", "I", "t", "e", "m", "s" ], [ "R", "o", "u", "t", "e", "d", "E", "v", "e", "n", "t" ], [ "S", "o", "u", "r", "c", "e" ] ]
SelectionChangedEventArgs Properties (System.Windows.Controls)
Name
https://msdn.microsoft.com/en-us/library/System.Windows.Controls.SelectionChangedEventArgs_properties.aspx
43/1438042989042.37_20150728002309-00152-ip-10-236-191-2_887775519_0.json
39fc2ec4_ties__System_Windows_Controls___Name
[Description] Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (Inherited from RoutedEventArgs.) [Name]
OriginalSource
[ [ "A", "d", "d", "e", "d", "I", "t", "e", "m", "s" ], [ "H", "a", "n", "d", "l", "e", "d" ], [ "O", "r", "i", "g", "i", "n", "a", "l", "S", "o", "u", "r", "c", "e" ], [ "R", "e", "m", "o", "v", "e", "d", "I", "t", "e", "m", "s" ], [ "R", "o", "u", "t", "e", "d", "E", "v", "e", "n", "t" ], [ "S", "o", "u", "r", "c", "e" ] ]
SelectionChangedEventArgs Properties (System.Windows.Controls)
Name
https://msdn.microsoft.com/en-us/library/System.Windows.Controls.SelectionChangedEventArgs_properties.aspx
43/1438042989042.37_20150728002309-00152-ip-10-236-191-2_887775519_0.json
39fc2ec4_ties__System_Windows_Controls___Name
[Description] Gets a list that contains the items that were unselected. [Name]
RemovedItems
[ [ "A", "d", "d", "e", "d", "I", "t", "e", "m", "s" ], [ "H", "a", "n", "d", "l", "e", "d" ], [ "O", "r", "i", "g", "i", "n", "a", "l", "S", "o", "u", "r", "c", "e" ], [ "R", "e", "m", "o", "v", "e", "d", "I", "t", "e", "m", "s" ], [ "R", "o", "u", "t", "e", "d", "E", "v", "e", "n", "t" ], [ "S", "o", "u", "r", "c", "e" ] ]
SelectionChangedEventArgs Properties (System.Windows.Controls)
Name
https://msdn.microsoft.com/en-us/library/System.Windows.Controls.SelectionChangedEventArgs_properties.aspx
43/1438042989042.37_20150728002309-00152-ip-10-236-191-2_887775519_0.json
39fc2ec4_ties__System_Windows_Controls___Name
[Description] Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Inherited from RoutedEventArgs.) [Name]
RoutedEvent
[ [ "A", "d", "d", "e", "d", "I", "t", "e", "m", "s" ], [ "H", "a", "n", "d", "l", "e", "d" ], [ "O", "r", "i", "g", "i", "n", "a", "l", "S", "o", "u", "r", "c", "e" ], [ "R", "e", "m", "o", "v", "e", "d", "I", "t", "e", "m", "s" ], [ "R", "o", "u", "t", "e", "d", "E", "v", "e", "n", "t" ], [ "S", "o", "u", "r", "c", "e" ] ]
SelectionChangedEventArgs Properties (System.Windows.Controls)
Name
https://msdn.microsoft.com/en-us/library/System.Windows.Controls.SelectionChangedEventArgs_properties.aspx
43/1438042989042.37_20150728002309-00152-ip-10-236-191-2_887775519_0.json
39fc2ec4_ties__System_Windows_Controls___Name
[Description] Gets or sets a reference to the object that raised the event. (Inherited from RoutedEventArgs.) [Name]
Source
[ [ "A", "d", "d", "e", "d", "I", "t", "e", "m", "s" ], [ "H", "a", "n", "d", "l", "e", "d" ], [ "O", "r", "i", "g", "i", "n", "a", "l", "S", "o", "u", "r", "c", "e" ], [ "R", "e", "m", "o", "v", "e", "d", "I", "t", "e", "m", "s" ], [ "R", "o", "u", "t", "e", "d", "E", "v", "e", "n", "t" ], [ "S", "o", "u", "r", "c", "e" ] ]
SelectionChangedEventArgs Properties (System.Windows.Controls)
Name
https://msdn.microsoft.com/en-us/library/System.Windows.Controls.SelectionChangedEventArgs_properties.aspx
43/1438042989042.37_20150728002309-00152-ip-10-236-191-2_887775519_0.json
4179d76a_osoft_StylusInput_Namespace_____Description
[Class] DynamicRenderer [Description]
Displays the tablet pen data in real-time as that data is being handled by the RealTimeStylus object. This class cannot be inherited.
[]
Microsoft.StylusInput Namespace ()
Description
https://msdn.microsoft.com/en-us/library/Microsoft.StylusInput(v=vs.90).aspx
2/1438042982745.46_20150728002302-00116-ip-10-236-191-2_878605889_0.json
4179d76a_osoft_StylusInput_Namespace_____Description
[Class] GestureRecognizer [Description]
Reacts to events by recognizing gestures and adding gesture data into the input queue.
[]
Microsoft.StylusInput Namespace ()
Description
https://msdn.microsoft.com/en-us/library/Microsoft.StylusInput(v=vs.90).aspx
2/1438042982745.46_20150728002302-00116-ip-10-236-191-2_878605889_0.json
4179d76a_osoft_StylusInput_Namespace_____Description
[Class] RealTimeStylus [Description]
Handles the stylus packet data from a digitizer in real time. This class cannot be inherited.
[]
Microsoft.StylusInput Namespace ()
Description
https://msdn.microsoft.com/en-us/library/Microsoft.StylusInput(v=vs.90).aspx
2/1438042982745.46_20150728002302-00116-ip-10-236-191-2_878605889_0.json
4179d76a_osoft_StylusInput_Namespace_____Description
[Class] Stylus [Description]
Provides access to general information about a tablet pen.
[]
Microsoft.StylusInput Namespace ()
Description
https://msdn.microsoft.com/en-us/library/Microsoft.StylusInput(v=vs.90).aspx
2/1438042982745.46_20150728002302-00116-ip-10-236-191-2_878605889_0.json
4179d76a_osoft_StylusInput_Namespace_____Description
[Class] StylusAsyncPluginCollection [Description]
Maintains a sequenced list of asynchronous plug-ins that implement the IStylusAsyncPlugin interface. Use this class to add new asynchronous plug-ins to an instance of the RealTimeStylus class.
[]
Microsoft.StylusInput Namespace ()
Description
https://msdn.microsoft.com/en-us/library/Microsoft.StylusInput(v=vs.90).aspx
2/1438042982745.46_20150728002302-00116-ip-10-236-191-2_878605889_0.json
4179d76a_osoft_StylusInput_Namespace_____Description
[Class] StylusButtons [Description]
Provides the name and identifier for stylus buttons associated with an Stylus object. This class cannot be inherited.
[]
Microsoft.StylusInput Namespace ()
Description
https://msdn.microsoft.com/en-us/library/Microsoft.StylusInput(v=vs.90).aspx
2/1438042982745.46_20150728002302-00116-ip-10-236-191-2_878605889_0.json
4179d76a_osoft_StylusInput_Namespace_____Description
[Class] StylusSyncPluginCollection [Description]
Maintains a sequenced list of synchronous plug-ins that implement the IStylusSyncPlugin interface. Use this class to add new synchronous plug-ins to an instance of the RealTimeStylus class. This class cannot be inherited.
[]
Microsoft.StylusInput Namespace ()
Description
https://msdn.microsoft.com/en-us/library/Microsoft.StylusInput(v=vs.90).aspx
2/1438042982745.46_20150728002302-00116-ip-10-236-191-2_878605889_0.json
ebc37922_Enumeration__System_Messaging___Member_name
[Description] A mask used to request positive acknowledgment if the original message reaches the queue or negative acknowledgment if the time-to-reach-queue timer expires or if the original message cannot be authenticated. [Member name]
FullReachQueue
[ [ "F", "u", "l", "l", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "F", "u", "l", "l", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "e", "g", "a", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "o", "n", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "A", "r", "r", "i", "v", "a", "l" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ] ]
AcknowledgeTypes Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-us/library/system.messaging.acknowledgetypes(v=vs.80).aspx
2/1438042981856.5_20150728002301-00246-ip-10-236-191-2_869976157_0.json
ebc37922_Enumeration__System_Messaging___Member_name
[Description] A mask used to request positive acknowledgment if the original message is received from the queue before its time-to-be-received timer expires or negative acknowledgment otherwise. [Member name]
FullReceive
[ [ "F", "u", "l", "l", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "F", "u", "l", "l", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "e", "g", "a", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "o", "n", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "A", "r", "r", "i", "v", "a", "l" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ] ]
AcknowledgeTypes Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-us/library/system.messaging.acknowledgetypes(v=vs.80).aspx
2/1438042981856.5_20150728002301-00246-ip-10-236-191-2_869976157_0.json
ebc37922_Enumeration__System_Messaging___Member_name
[Description] A mask used to request a negative acknowledgment when the original message fails to be received from the queue. Using the MessageQueue.Peek method does not remove a message from the queue, so this acknowledgment type could be returned even if you did peek the message. Only the MessageQueue.Receive method (or the related asynchronous MessageQueue.BeginReceive method) removes a message from the queue. [Member name]
NegativeReceive
[ [ "F", "u", "l", "l", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "F", "u", "l", "l", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "e", "g", "a", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "o", "n", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "A", "r", "r", "i", "v", "a", "l" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ] ]
AcknowledgeTypes Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-us/library/system.messaging.acknowledgetypes(v=vs.80).aspx
2/1438042981856.5_20150728002301-00246-ip-10-236-191-2_869976157_0.json
ebc37922_Enumeration__System_Messaging___Member_name
[Description] A mask used to request that no acknowledgment messages (positive or negative) be posted. [Member name]
None
[ [ "F", "u", "l", "l", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "F", "u", "l", "l", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "e", "g", "a", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "o", "n", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "A", "r", "r", "i", "v", "a", "l" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ] ]
AcknowledgeTypes Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-us/library/system.messaging.acknowledgetypes(v=vs.80).aspx
2/1438042981856.5_20150728002301-00246-ip-10-236-191-2_869976157_0.json
ebc37922_Enumeration__System_Messaging___Member_name
[Description] A mask used to request a negative acknowledgment when the original message cannot reach the queue. This can happen when the time-to-reach-queue timer expires or if a message cannot be authenticated. [Member name]
NotAcknowledgeReachQueue
[ [ "F", "u", "l", "l", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "F", "u", "l", "l", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "e", "g", "a", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "o", "n", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "A", "r", "r", "i", "v", "a", "l" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ] ]
AcknowledgeTypes Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-us/library/system.messaging.acknowledgetypes(v=vs.80).aspx
2/1438042981856.5_20150728002301-00246-ip-10-236-191-2_869976157_0.json
ebc37922_Enumeration__System_Messaging___Member_name
[Description] A mask used to request a negative acknowledgment when an error occurs that prevents the original message from being received from the queue before its time-to-be-received timer expires. [Member name]
NotAcknowledgeReceive
[ [ "F", "u", "l", "l", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "F", "u", "l", "l", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "e", "g", "a", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "o", "n", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "A", "r", "r", "i", "v", "a", "l" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ] ]
AcknowledgeTypes Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-us/library/system.messaging.acknowledgetypes(v=vs.80).aspx
2/1438042981856.5_20150728002301-00246-ip-10-236-191-2_869976157_0.json
ebc37922_Enumeration__System_Messaging___Member_name
[Description] A mask used to request a positive acknowledgment when the original message reaches the queue. [Member name]
PositiveArrival
[ [ "F", "u", "l", "l", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "F", "u", "l", "l", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "e", "g", "a", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "o", "n", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "A", "r", "r", "i", "v", "a", "l" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ] ]
AcknowledgeTypes Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-us/library/system.messaging.acknowledgetypes(v=vs.80).aspx
2/1438042981856.5_20150728002301-00246-ip-10-236-191-2_869976157_0.json
ebc37922_Enumeration__System_Messaging___Member_name
[Description] A mask used to request a positive acknowledgment when the original message is successfully retrieved from the queue. [Member name]
PositiveReceive
[ [ "F", "u", "l", "l", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "F", "u", "l", "l", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "e", "g", "a", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "N", "o", "n", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "a", "c", "h", "Q", "u", "e", "u", "e" ], [ "N", "o", "t", "A", "c", "k", "n", "o", "w", "l", "e", "d", "g", "e", "R", "e", "c", "e", "i", "v", "e" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "A", "r", "r", "i", "v", "a", "l" ], [ "P", "o", "s", "i", "t", "i", "v", "e", "R", "e", "c", "e", "i", "v", "e" ] ]
AcknowledgeTypes Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-us/library/system.messaging.acknowledgetypes(v=vs.80).aspx
2/1438042981856.5_20150728002301-00246-ip-10-236-191-2_869976157_0.json
32038317___System_Security_Permissions___Name
[Description] Gets or sets a security action. (Inherited from SecurityAttribute.) [Name]
Action
[ [ "A", "c", "t", "i", "o", "n" ], [ "A", "l", "l" ], [ "C", "h", "a", "n", "g", "e", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "C", "r", "e", "a", "t", "e" ], [ "R", "e", "a", "d" ], [ "T", "y", "p", "e", "I", "d" ], [ "U", "n", "r", "e", "s", "t", "r", "i", "c", "t", "e", "d" ], [ "V", "i", "e", "w", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "V", "i", "e", "w", "A", "n", "d", "M", "o", "d", "i", "f", "y" ], [ "W", "r", "i", "t", "e" ] ]
RegistryPermissionAttribute Class (System.Security.Permissions)
Name
https://msdn.microsoft.com/en-us/library/system.security.permissions.registrypermissionattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00271-ip-10-236-191-2_894453350_1.json
32038317___System_Security_Permissions___Name
[Description] Obsolete. Gets or sets full access for the specified registry keys. [Name]
All
[ [ "A", "c", "t", "i", "o", "n" ], [ "A", "l", "l" ], [ "C", "h", "a", "n", "g", "e", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "C", "r", "e", "a", "t", "e" ], [ "R", "e", "a", "d" ], [ "T", "y", "p", "e", "I", "d" ], [ "U", "n", "r", "e", "s", "t", "r", "i", "c", "t", "e", "d" ], [ "V", "i", "e", "w", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "V", "i", "e", "w", "A", "n", "d", "M", "o", "d", "i", "f", "y" ], [ "W", "r", "i", "t", "e" ] ]
RegistryPermissionAttribute Class (System.Security.Permissions)
Name
https://msdn.microsoft.com/en-us/library/system.security.permissions.registrypermissionattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00271-ip-10-236-191-2_894453350_1.json
32038317___System_Security_Permissions___Name
[Description] Gets or sets change access control for the specified registry keys. [Name]
ChangeAccessControl
[ [ "A", "c", "t", "i", "o", "n" ], [ "A", "l", "l" ], [ "C", "h", "a", "n", "g", "e", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "C", "r", "e", "a", "t", "e" ], [ "R", "e", "a", "d" ], [ "T", "y", "p", "e", "I", "d" ], [ "U", "n", "r", "e", "s", "t", "r", "i", "c", "t", "e", "d" ], [ "V", "i", "e", "w", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "V", "i", "e", "w", "A", "n", "d", "M", "o", "d", "i", "f", "y" ], [ "W", "r", "i", "t", "e" ] ]
RegistryPermissionAttribute Class (System.Security.Permissions)
Name
https://msdn.microsoft.com/en-us/library/system.security.permissions.registrypermissionattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00271-ip-10-236-191-2_894453350_1.json
32038317___System_Security_Permissions___Name
[Description] Gets or sets create-level access for the specified registry keys. [Name]
Create
[ [ "A", "c", "t", "i", "o", "n" ], [ "A", "l", "l" ], [ "C", "h", "a", "n", "g", "e", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "C", "r", "e", "a", "t", "e" ], [ "R", "e", "a", "d" ], [ "T", "y", "p", "e", "I", "d" ], [ "U", "n", "r", "e", "s", "t", "r", "i", "c", "t", "e", "d" ], [ "V", "i", "e", "w", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "V", "i", "e", "w", "A", "n", "d", "M", "o", "d", "i", "f", "y" ], [ "W", "r", "i", "t", "e" ] ]
RegistryPermissionAttribute Class (System.Security.Permissions)
Name
https://msdn.microsoft.com/en-us/library/system.security.permissions.registrypermissionattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00271-ip-10-236-191-2_894453350_1.json
32038317___System_Security_Permissions___Name
[Description] Gets or sets read access for the specified registry keys. [Name]
Read
[ [ "A", "c", "t", "i", "o", "n" ], [ "A", "l", "l" ], [ "C", "h", "a", "n", "g", "e", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "C", "r", "e", "a", "t", "e" ], [ "R", "e", "a", "d" ], [ "T", "y", "p", "e", "I", "d" ], [ "U", "n", "r", "e", "s", "t", "r", "i", "c", "t", "e", "d" ], [ "V", "i", "e", "w", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "V", "i", "e", "w", "A", "n", "d", "M", "o", "d", "i", "f", "y" ], [ "W", "r", "i", "t", "e" ] ]
RegistryPermissionAttribute Class (System.Security.Permissions)
Name
https://msdn.microsoft.com/en-us/library/system.security.permissions.registrypermissionattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00271-ip-10-236-191-2_894453350_1.json
32038317___System_Security_Permissions___Name
[Description] When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) [Name]
TypeId
[ [ "A", "c", "t", "i", "o", "n" ], [ "A", "l", "l" ], [ "C", "h", "a", "n", "g", "e", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "C", "r", "e", "a", "t", "e" ], [ "R", "e", "a", "d" ], [ "T", "y", "p", "e", "I", "d" ], [ "U", "n", "r", "e", "s", "t", "r", "i", "c", "t", "e", "d" ], [ "V", "i", "e", "w", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "V", "i", "e", "w", "A", "n", "d", "M", "o", "d", "i", "f", "y" ], [ "W", "r", "i", "t", "e" ] ]
RegistryPermissionAttribute Class (System.Security.Permissions)
Name
https://msdn.microsoft.com/en-us/library/system.security.permissions.registrypermissionattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00271-ip-10-236-191-2_894453350_1.json
32038317___System_Security_Permissions___Name
[Description] Gets or sets a value indicating whether full (unrestricted) permission to the resource protected by the attribute is declared. (Inherited from SecurityAttribute.) [Name]
Unrestricted
[ [ "A", "c", "t", "i", "o", "n" ], [ "A", "l", "l" ], [ "C", "h", "a", "n", "g", "e", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "C", "r", "e", "a", "t", "e" ], [ "R", "e", "a", "d" ], [ "T", "y", "p", "e", "I", "d" ], [ "U", "n", "r", "e", "s", "t", "r", "i", "c", "t", "e", "d" ], [ "V", "i", "e", "w", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "V", "i", "e", "w", "A", "n", "d", "M", "o", "d", "i", "f", "y" ], [ "W", "r", "i", "t", "e" ] ]
RegistryPermissionAttribute Class (System.Security.Permissions)
Name
https://msdn.microsoft.com/en-us/library/system.security.permissions.registrypermissionattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00271-ip-10-236-191-2_894453350_1.json
32038317___System_Security_Permissions___Name
[Description] Gets or sets view access control for the specified registry keys. [Name]
ViewAccessControl
[ [ "A", "c", "t", "i", "o", "n" ], [ "A", "l", "l" ], [ "C", "h", "a", "n", "g", "e", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "C", "r", "e", "a", "t", "e" ], [ "R", "e", "a", "d" ], [ "T", "y", "p", "e", "I", "d" ], [ "U", "n", "r", "e", "s", "t", "r", "i", "c", "t", "e", "d" ], [ "V", "i", "e", "w", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "V", "i", "e", "w", "A", "n", "d", "M", "o", "d", "i", "f", "y" ], [ "W", "r", "i", "t", "e" ] ]
RegistryPermissionAttribute Class (System.Security.Permissions)
Name
https://msdn.microsoft.com/en-us/library/system.security.permissions.registrypermissionattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00271-ip-10-236-191-2_894453350_1.json
32038317___System_Security_Permissions___Name
[Description] Gets or sets a specified set of registry keys that can be viewed and modified. [Name]
ViewAndModify
[ [ "A", "c", "t", "i", "o", "n" ], [ "A", "l", "l" ], [ "C", "h", "a", "n", "g", "e", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "C", "r", "e", "a", "t", "e" ], [ "R", "e", "a", "d" ], [ "T", "y", "p", "e", "I", "d" ], [ "U", "n", "r", "e", "s", "t", "r", "i", "c", "t", "e", "d" ], [ "V", "i", "e", "w", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "V", "i", "e", "w", "A", "n", "d", "M", "o", "d", "i", "f", "y" ], [ "W", "r", "i", "t", "e" ] ]
RegistryPermissionAttribute Class (System.Security.Permissions)
Name
https://msdn.microsoft.com/en-us/library/system.security.permissions.registrypermissionattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00271-ip-10-236-191-2_894453350_1.json
32038317___System_Security_Permissions___Name
[Description] Gets or sets write access for the specified registry keys. [Name]
Write
[ [ "A", "c", "t", "i", "o", "n" ], [ "A", "l", "l" ], [ "C", "h", "a", "n", "g", "e", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "C", "r", "e", "a", "t", "e" ], [ "R", "e", "a", "d" ], [ "T", "y", "p", "e", "I", "d" ], [ "U", "n", "r", "e", "s", "t", "r", "i", "c", "t", "e", "d" ], [ "V", "i", "e", "w", "A", "c", "c", "e", "s", "s", "C", "o", "n", "t", "r", "o", "l" ], [ "V", "i", "e", "w", "A", "n", "d", "M", "o", "d", "i", "f", "y" ], [ "W", "r", "i", "t", "e" ] ]
RegistryPermissionAttribute Class (System.Security.Permissions)
Name
https://msdn.microsoft.com/en-us/library/system.security.permissions.registrypermissionattribute(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00271-ip-10-236-191-2_894453350_1.json
a491fd77_ndation_VersionControl_Client___Description
[Name] ChangeType [Description]
Gets the ChangeType of this pending change.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] ChangeTypeName [Description]
Gets the localized name of the change type.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] ConflictType [Description]
Gets the type of conflict against this change. This is only populated for queries against local workspaces.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] CreationDate [Description]
Gets the date that the change was pending.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] DeletionId [Description]
Gets the ID of the item to be deleted.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] EmptyIEnumerable [Description]
Gets an empty IEnumerable of PendingChanges.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] Encoding [Description]
Gets the encoding of the file.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] EncodingName [Description]
Gets the localized name of the encoding.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] FileName [Description]
Gets the file name for this pending change from the local path. Gets the file name from the server path if the local path is unavailable.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] HashValue [Description]
Gets the MD5 HashValue for the contents of the pending change.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsAdd [Description]
Gets a flag that describes whether this pending change is a pending add.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsBranch [Description]
Gets a flag that describes whether this change is a pending branch.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsCandidate [Description]
Gets a value that indicates whether the change is a candidate.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsDelete [Description]
Gets a flag that describes whether this pending change is a pending delete.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsEdit [Description]
Gets a flag that describes whether this pending change is a pending edit.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsEncoding [Description]
Gets a flag that describes whether this pending change is a pending file type change.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsImplicit [Description]
Gets a value that indicates whether this pending change represents change on the child item caused only by the parent change.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsLocalItemDelete [Description]
Gets a flag that describes whether the pending change is deleting a local file or folder.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsLock [Description]
Gets a flag that describes whether this pending change has a lock.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsMerge [Description]
Gets a flag that describes whether this change is a pending merge.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsRename [Description]
Gets a flag that describes whether this pending change is a pending rename.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsRollback [Description]
Gets a flag that describes whether this change is a pending rollback.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsUndelete [Description]
Gets a flag that describes whether this changes is a pending undelete.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] IsUnshelvedChange [Description]
Gets a flag that describes whether this pending change is from unshelving a shelveset.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] ItemId [Description]
Gets the Item ID that is used to download file contents.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] ItemType [Description]
Gets the type of the item to change.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] Length [Description]
Gets the length of the committed content (the version of the file the change is pended against).
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] LocalItem [Description]
Gets the path of the item on the local file system of the client.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] LocalItemComparer [Description]
The comparer that compares local items.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] LocalOrServerFolder [Description]
Gets the local folder if it is available. Otherwise, gets the server folder.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] LocalOrServerItem [Description]
Gets the local path if it is available. Otherwise, gets the server path.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] LockLevel [Description]
Gets the lock level of the item.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] LockLevelName [Description]
Gets the localized name of the lock level.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] LockLevelShortName [Description]
Gets the localized short name of the lock level.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] MergeSources [Description]
Gets the read-only collection of MergeSources that is associated with this pending change.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] PendingChangeId [Description]
Gets the ID that represents a unique value that is attached to the change.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] PropertyValues [Description]
Gets the properties for this pending change.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] ServerItem [Description]
Gets the server item that is being operated on.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] ServerItemComparer [Description]
Gets the comparer that compares server items.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] SourceDeletionId [Description]
Gets or sets the deletion ID of the source item.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] SourceLocalItem [Description]
Gets the source local path or the item to be changed.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] SourceServerItem [Description]
Gets the server path or the item to be changed.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json
a491fd77_ndation_VersionControl_Client___Description
[Name] SourceVersionFrom [Description]
Gets or sets the source version from.
[]
PendingChange Class (Microsoft.TeamFoundation.VersionControl.Client)
Description
https://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.pendingchange.aspx?cs-save-lang=1&cs-lang=vb
2/1438042982745.46_20150728002302-00105-ip-10-236-191-2_885385668_0.json