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
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] MemberwiseClone(Boolean) [Description]
Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.)
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] Open [Description]
Opens a new serial port connection.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] Read(Byte(), Int32, Int32) [Description]
Reads a number of bytes from the SerialPort input buffer and writes those bytes into a byte array at the specified offset.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] Read(Char(), Int32, Int32) [Description]
Reads a number of characters from the SerialPort input buffer and writes them into an array of characters at a given offset.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] ReadByte [Description]
Synchronously reads one byte from the SerialPort input buffer.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] ReadChar [Description]
Synchronously reads one character from the SerialPort input buffer.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] ReadExisting [Description]
Reads all immediately available bytes, based on the encoding, in both the stream and the input buffer of the SerialPort object.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] ReadLine [Description]
Reads up to the NewLine value in the input buffer.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] ReadTo [Description]
Reads a string up to the specified value in the input buffer.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] ToString [Description]
Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.)
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] Write(String) [Description]
Writes the specified string to the serial port.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] Write(Byte(), Int32, Int32) [Description]
Writes a specified number of bytes to the serial port using data from a buffer.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] Write(Char(), Int32, Int32) [Description]
Writes a specified number of characters to the serial port using data from a buffer.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
a2eb7e84_alPort_Class__System_IO_Ports___Description
[Name] WriteLine [Description]
Writes the specified string and the NewLine value to the output buffer.
[]
SerialPort Class (System.IO.Ports)
Description
https://msdn.microsoft.com/en-us/library/system.io.ports.serialport?cs-save-lang=1&cs-lang=vb
2/1438042981856.5_20150728002301-00213-ip-10-236-191-2_893106052_2.json
47b846f0_Single_Structure__System___Description
[Name] Equality [Description]
Returns a value that indicates whether two specified Single values are equal.
[]
Single Structure (System)
Description
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
47b846f0_Single_Structure__System___Description
[Name] GreaterThan [Description]
Returns a value that indicates whether a specified Single value is greater than another specified Single value.
[]
Single Structure (System)
Description
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
47b846f0_Single_Structure__System___Description
[Name] GreaterThanOrEqual [Description]
Returns a value that indicates whether a specified Single value is greater than or equal to another specified Single value.
[]
Single Structure (System)
Description
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
47b846f0_Single_Structure__System___Description
[Name] Inequality [Description]
Returns a value that indicates whether two specified Single values are not equal.
[]
Single Structure (System)
Description
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
47b846f0_Single_Structure__System___Description
[Name] LessThan [Description]
Returns a value that indicates whether a specified Single value is less than another specified Single value.
[]
Single Structure (System)
Description
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
47b846f0_Single_Structure__System___Description
[Name] LessThanOrEqual [Description]
Returns a value that indicates whether a specified Single value is less than or equal to another specified Single value.
[]
Single Structure (System)
Description
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
3b8d427e_stem_Diagnostics_CodeAnalysis___Name
[Description] Gets the category identifying the classification of the attribute. [Name]
Category
[ [ "C", "a", "t", "e", "g", "o", "r", "y" ], [ "C", "h", "e", "c", "k", "I", "d" ], [ "J", "u", "s", "t", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "M", "e", "s", "s", "a", "g", "e", "I", "d" ], [ "S", "c", "o", "p", "e" ], [ "T", "a", "r", "g", "e", "t" ], [ "T", "y", "p", "e", "I", "d" ] ]
SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis)
Name
https://msdn.microsoft.com/en-us/system.diagnostics.codeanalysis.suppressmessageattribute.aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881246673_1.json
3b8d427e_stem_Diagnostics_CodeAnalysis___Name
[Description] Gets the identifier of the static analysis tool rule to be suppressed. [Name]
CheckId
[ [ "C", "a", "t", "e", "g", "o", "r", "y" ], [ "C", "h", "e", "c", "k", "I", "d" ], [ "J", "u", "s", "t", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "M", "e", "s", "s", "a", "g", "e", "I", "d" ], [ "S", "c", "o", "p", "e" ], [ "T", "a", "r", "g", "e", "t" ], [ "T", "y", "p", "e", "I", "d" ] ]
SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis)
Name
https://msdn.microsoft.com/en-us/system.diagnostics.codeanalysis.suppressmessageattribute.aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881246673_1.json
3b8d427e_stem_Diagnostics_CodeAnalysis___Name
[Description] Gets or sets the justification for suppressing the code analysis message. [Name]
Justification
[ [ "C", "a", "t", "e", "g", "o", "r", "y" ], [ "C", "h", "e", "c", "k", "I", "d" ], [ "J", "u", "s", "t", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "M", "e", "s", "s", "a", "g", "e", "I", "d" ], [ "S", "c", "o", "p", "e" ], [ "T", "a", "r", "g", "e", "t" ], [ "T", "y", "p", "e", "I", "d" ] ]
SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis)
Name
https://msdn.microsoft.com/en-us/system.diagnostics.codeanalysis.suppressmessageattribute.aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881246673_1.json
3b8d427e_stem_Diagnostics_CodeAnalysis___Name
[Description] Gets or sets an optional argument expanding on exclusion criteria. [Name]
MessageId
[ [ "C", "a", "t", "e", "g", "o", "r", "y" ], [ "C", "h", "e", "c", "k", "I", "d" ], [ "J", "u", "s", "t", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "M", "e", "s", "s", "a", "g", "e", "I", "d" ], [ "S", "c", "o", "p", "e" ], [ "T", "a", "r", "g", "e", "t" ], [ "T", "y", "p", "e", "I", "d" ] ]
SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis)
Name
https://msdn.microsoft.com/en-us/system.diagnostics.codeanalysis.suppressmessageattribute.aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881246673_1.json
3b8d427e_stem_Diagnostics_CodeAnalysis___Name
[Description] Gets or sets the scope of the code that is relevant for the attribute. [Name]
Scope
[ [ "C", "a", "t", "e", "g", "o", "r", "y" ], [ "C", "h", "e", "c", "k", "I", "d" ], [ "J", "u", "s", "t", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "M", "e", "s", "s", "a", "g", "e", "I", "d" ], [ "S", "c", "o", "p", "e" ], [ "T", "a", "r", "g", "e", "t" ], [ "T", "y", "p", "e", "I", "d" ] ]
SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis)
Name
https://msdn.microsoft.com/en-us/system.diagnostics.codeanalysis.suppressmessageattribute.aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881246673_1.json
3b8d427e_stem_Diagnostics_CodeAnalysis___Name
[Description] Gets or sets a fully qualified path that represents the target of the attribute. [Name]
Target
[ [ "C", "a", "t", "e", "g", "o", "r", "y" ], [ "C", "h", "e", "c", "k", "I", "d" ], [ "J", "u", "s", "t", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "M", "e", "s", "s", "a", "g", "e", "I", "d" ], [ "S", "c", "o", "p", "e" ], [ "T", "a", "r", "g", "e", "t" ], [ "T", "y", "p", "e", "I", "d" ] ]
SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis)
Name
https://msdn.microsoft.com/en-us/system.diagnostics.codeanalysis.suppressmessageattribute.aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881246673_1.json
3b8d427e_stem_Diagnostics_CodeAnalysis___Name
[Description] When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) [Name]
TypeId
[ [ "C", "a", "t", "e", "g", "o", "r", "y" ], [ "C", "h", "e", "c", "k", "I", "d" ], [ "J", "u", "s", "t", "i", "f", "i", "c", "a", "t", "i", "o", "n" ], [ "M", "e", "s", "s", "a", "g", "e", "I", "d" ], [ "S", "c", "o", "p", "e" ], [ "T", "a", "r", "g", "e", "t" ], [ "T", "y", "p", "e", "I", "d" ] ]
SuppressMessageAttribute Class (System.Diagnostics.CodeAnalysis)
Name
https://msdn.microsoft.com/en-us/system.diagnostics.codeanalysis.suppressmessageattribute.aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881246673_1.json
216683b1_dientBrush_interface__Windows___Description
[Method] GetCenter [Description]
Retrieves the center of the gradient ellipse.
[]
ID2D1RadialGradientBrush interface (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/apps/dd371529
2/1438042981856.5_20150728002301-00256-ip-10-236-191-2_860442258_0.json
216683b1_dientBrush_interface__Windows___Description
[Method] GetGradientOriginOffset [Description]
Retrieves the offset of the gradient origin relative to the gradient ellipse's center.
[]
ID2D1RadialGradientBrush interface (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/apps/dd371529
2/1438042981856.5_20150728002301-00256-ip-10-236-191-2_860442258_0.json
216683b1_dientBrush_interface__Windows___Description
[Method] GetGradientStopCollection [Description]
Retrieves the ID2D1GradientStopCollection associated with this radial gradient brush object.
[]
ID2D1RadialGradientBrush interface (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/apps/dd371529
2/1438042981856.5_20150728002301-00256-ip-10-236-191-2_860442258_0.json
216683b1_dientBrush_interface__Windows___Description
[Method] GetRadiusX [Description]
Retrieves the x-radius of the gradient ellipse.
[]
ID2D1RadialGradientBrush interface (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/apps/dd371529
2/1438042981856.5_20150728002301-00256-ip-10-236-191-2_860442258_0.json
216683b1_dientBrush_interface__Windows___Description
[Method] GetRadiusY [Description]
Retrieves the y-radius of the gradient ellipse.
[]
ID2D1RadialGradientBrush interface (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/apps/dd371529
2/1438042981856.5_20150728002301-00256-ip-10-236-191-2_860442258_0.json
216683b1_dientBrush_interface__Windows___Description
[Method] SetCenter [Description]
Specifies the center of the gradient ellipse in the brush's coordinate space.
[]
ID2D1RadialGradientBrush interface (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/apps/dd371529
2/1438042981856.5_20150728002301-00256-ip-10-236-191-2_860442258_0.json
216683b1_dientBrush_interface__Windows___Description
[Method] SetGradientOriginOffset [Description]
Specifies the offset of the gradient origin relative to the gradient ellipse's center.
[]
ID2D1RadialGradientBrush interface (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/apps/dd371529
2/1438042981856.5_20150728002301-00256-ip-10-236-191-2_860442258_0.json
216683b1_dientBrush_interface__Windows___Description
[Method] SetRadiusX [Description]
Specifies the x-radius of the gradient ellipse, in the brush's coordinate space.
[]
ID2D1RadialGradientBrush interface (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/apps/dd371529
2/1438042981856.5_20150728002301-00256-ip-10-236-191-2_860442258_0.json
216683b1_dientBrush_interface__Windows___Description
[Method] SetRadiusY [Description]
Specifies the y-radius of the gradient ellipse, in the brush's coordinate space.
[]
ID2D1RadialGradientBrush interface (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/apps/dd371529
2/1438042981856.5_20150728002301-00256-ip-10-236-191-2_860442258_0.json
859e8df9_Repository_Engine_Model__Object
[Description] An object that is known by a Microsoft® SQL Server™ 2000 Meta Data Services repository and managed by the repository engine [Object]
Repository Objects and Object Versions
[]
Repository Engine Model
Object
https://msdn.microsoft.com/en-us/library/aa179074(v=sql.80)
2/1438042981856.5_20150728002301-00272-ip-10-236-191-2_882204451_0.json
859e8df9_Repository_Engine_Model__Object
[Description] An object that represents a repository instance [Object]
Repository Session Objects
[]
Repository Engine Model
Object
https://msdn.microsoft.com/en-us/library/aa179074(v=sql.80)
2/1438042981856.5_20150728002301-00272-ip-10-236-191-2_882204451_0.json
859e8df9_Repository_Engine_Model__Object
[Description] An object that provides transaction services to a repository database [Object]
Repository Transaction Objects
[]
Repository Engine Model
Object
https://msdn.microsoft.com/en-us/library/aa179074(v=sql.80)
2/1438042981856.5_20150728002301-00272-ip-10-236-191-2_882204451_0.json
859e8df9_Repository_Engine_Model__Object
[Description] An object that provides a starting point for information model navigation [Object]
Repository Root Objects
[]
Repository Engine Model
Object
https://msdn.microsoft.com/en-us/library/aa179074(v=sql.80)
2/1438042981856.5_20150728002301-00272-ip-10-236-191-2_882204451_0.json
859e8df9_Repository_Engine_Model__Object
[Description] An object that defines characteristics of a repository relationship [Object]
Repository Relationship Objects
[]
Repository Engine Model
Object
https://msdn.microsoft.com/en-us/library/aa179074(v=sql.80)
2/1438042981856.5_20150728002301-00272-ip-10-236-191-2_882204451_0.json
859e8df9_Repository_Engine_Model__Object
[Description] A collection that contains objects of a similar type [Object]
Repository Collections
[]
Repository Engine Model
Object
https://msdn.microsoft.com/en-us/library/aa179074(v=sql.80)
2/1438042981856.5_20150728002301-00272-ip-10-236-191-2_882204451_0.json
859e8df9_Repository_Engine_Model__Object
[Description] An object that defines characteristics of a repository property [Object]
Repository Property Objects
[]
Repository Engine Model
Object
https://msdn.microsoft.com/en-us/library/aa179074(v=sql.80)
2/1438042981856.5_20150728002301-00272-ip-10-236-191-2_882204451_0.json
859e8df9_Repository_Engine_Model__Object
[Description] An object that represents a workspace in a repository [Object]
Repository Workspace Objects
[]
Repository Engine Model
Object
https://msdn.microsoft.com/en-us/library/aa179074(v=sql.80)
2/1438042981856.5_20150728002301-00272-ip-10-236-191-2_882204451_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] ActualWidth [Description]
Gets the current width of the column in pixels.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] CanUserReorder [Description]
Gets or sets a value that indicates whether the user can change the column display position by dragging the column header.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] CanUserResize [Description]
Gets or sets a value that indicates whether the user can adjust the column width using the mouse.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] CanUserSort [Description]
Gets or sets a value that indicates whether the user can sort the column by clicking the column header.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] CellStyle [Description]
Gets or sets the style that is used when rendering cells in the column.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] ClipboardContentBinding [Description]
Gets or sets the binding that provides access to cell contents for clipboard operations.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] Dispatcher [Description]
Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] DisplayIndex [Description]
Gets or sets the display position of the column relative to the other columns in the DataGrid.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] DragIndicatorStyle [Description]
Gets or sets the style that is used to render the column while it is being dragged.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] Header [Description]
Gets or sets the content of the column header.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] HeaderStyle [Description]
Gets or sets the style that is used when rendering the column header.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] IsAutoGenerated [Description]
Gets a value that indicates whether the column is auto-generated.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] IsFrozen [Description]
Gets a value that indicates whether the column is prevented from scrolling horizontally.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] IsReadOnly [Description]
Gets or sets a value that indicates whether cells in the column can be edited.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] MaxWidth [Description]
Gets or sets the maximum column width in pixels.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] MinWidth [Description]
Gets or sets the minimum column width in pixels.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] SortMemberPath [Description]
Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] Visibility [Description]
Gets or sets the visibility of the column.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
b26e4ac5_ties__System_Windows_Controls___Description
[Name] Width [Description]
Gets or sets the column width or an automatic sizing mode.
[]
DataGridColumn Properties (System.Windows.Controls)
Description
https://msdn.microsoft.com/en-us/library/system.windows.controls.datagridcolumn_properties(v=vs.95).aspx
2/1438042981856.5_20150728002301-00059-ip-10-236-191-2_874028802_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] AttachedProperties [Description]
Attached properties
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] BuildDirectory [Description]
Gets or sets a path of the build agent working directory.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] Controller [Description]
Gets or sets the build controller that owns this build agent.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] DateCreated [Description]
Gets the date and time that this agent was created.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] DateUpdated [Description]
Gets the date and time that this agent was last updated.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] Description [Description]
Gets or sets the description of the build agent.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] Enabled [Description]
Gets or sets a flag that describes whether the build agent is enabled.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] FullPath [Description]
Gets the full path of this build group item. (Inherited from IBuildGroupItem.)
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] IsReserved [Description]
Gets a flag that describes whether this agent is currently being used by a build.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] MessageQueueUrl [Description]
Gets the message queue address. This field is for system use only.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] Name [Description]
Gets or sets the name of this build group item. (Inherited from IBuildGroupItem.)
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] ReservedForBuild [Description]
Gets the identifier of the build that is currently using this agent. Returns null if the agent is not currently being used.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] ServiceHost [Description]
Gets the service host in which this build agent resides.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] Status [Description]
Gets or sets the build agent status.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] StatusMessage [Description]
Gets a message from the build computer about the build agent status.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] Tags [Description]
Gets or sets the tags that are defined for this build agent.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] TeamProject [Description]
Gets the team project that owns this build group item. (Inherited from IBuildGroupItem.)
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] Uri [Description]
Gets the uniform resource identifier (URI) of this build group item. (Inherited from IBuildGroupItem.)
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
40736671_t_TeamFoundation_Build_Client___Description
[Name] Url [Description]
Gets the URL that is used to communicate with the build agent.
[]
IBuildAgent Interface (Microsoft.TeamFoundation.Build.Client)
Description
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.teamfoundation.build.client.ibuildagent(v=vs.120).aspx
2/1438042982745.46_20150728002302-00020-ip-10-236-191-2_881909654_0.json
1ced804f_Single_Structure__System___Name
[Description] Returns a value that indicates whether two specified Single values are equal. [Name]
Equality
[ [ "E", "q", "u", "a", "l", "i", "t", "y" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ], [ "I", "n", "e", "q", "u", "a", "l", "i", "t", "y" ], [ "L", "e", "s", "s", "T", "h", "a", "n" ], [ "L", "e", "s", "s", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ] ]
Single Structure (System)
Name
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
1ced804f_Single_Structure__System___Name
[Description] Returns a value that indicates whether a specified Single value is greater than another specified Single value. [Name]
GreaterThan
[ [ "E", "q", "u", "a", "l", "i", "t", "y" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ], [ "I", "n", "e", "q", "u", "a", "l", "i", "t", "y" ], [ "L", "e", "s", "s", "T", "h", "a", "n" ], [ "L", "e", "s", "s", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ] ]
Single Structure (System)
Name
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
1ced804f_Single_Structure__System___Name
[Description] Returns a value that indicates whether a specified Single value is greater than or equal to another specified Single value. [Name]
GreaterThanOrEqual
[ [ "E", "q", "u", "a", "l", "i", "t", "y" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ], [ "I", "n", "e", "q", "u", "a", "l", "i", "t", "y" ], [ "L", "e", "s", "s", "T", "h", "a", "n" ], [ "L", "e", "s", "s", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ] ]
Single Structure (System)
Name
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
1ced804f_Single_Structure__System___Name
[Description] Returns a value that indicates whether two specified Single values are not equal. [Name]
Inequality
[ [ "E", "q", "u", "a", "l", "i", "t", "y" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ], [ "I", "n", "e", "q", "u", "a", "l", "i", "t", "y" ], [ "L", "e", "s", "s", "T", "h", "a", "n" ], [ "L", "e", "s", "s", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ] ]
Single Structure (System)
Name
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
1ced804f_Single_Structure__System___Name
[Description] Returns a value that indicates whether a specified Single value is less than another specified Single value. [Name]
LessThan
[ [ "E", "q", "u", "a", "l", "i", "t", "y" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ], [ "I", "n", "e", "q", "u", "a", "l", "i", "t", "y" ], [ "L", "e", "s", "s", "T", "h", "a", "n" ], [ "L", "e", "s", "s", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ] ]
Single Structure (System)
Name
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
1ced804f_Single_Structure__System___Name
[Description] Returns a value that indicates whether a specified Single value is less than or equal to another specified Single value. [Name]
LessThanOrEqual
[ [ "E", "q", "u", "a", "l", "i", "t", "y" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n" ], [ "G", "r", "e", "a", "t", "e", "r", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ], [ "I", "n", "e", "q", "u", "a", "l", "i", "t", "y" ], [ "L", "e", "s", "s", "T", "h", "a", "n" ], [ "L", "e", "s", "s", "T", "h", "a", "n", "O", "r", "E", "q", "u", "a", "l" ] ]
Single Structure (System)
Name
https://msdn.microsoft.com/en-us/library/system.single(v=vs.100).aspx
2/1438042981856.5_20150728002301-00127-ip-10-236-191-2_881203892_1.json
3a8d2f47_Exception_Properties__System___Description
[Name] Data [Description]
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
[]
Exception Properties (System)
Description
https://msdn.microsoft.com/en-us/library/vstudio/System.Exception_properties.aspx
2/1438042982745.46_20150728002302-00144-ip-10-236-191-2_881386402_0.json
3a8d2f47_Exception_Properties__System___Description
[Name] HelpLink [Description]
Gets or sets a link to the help file associated with this exception.
[]
Exception Properties (System)
Description
https://msdn.microsoft.com/en-us/library/vstudio/System.Exception_properties.aspx
2/1438042982745.46_20150728002302-00144-ip-10-236-191-2_881386402_0.json
3a8d2f47_Exception_Properties__System___Description
[Name] HResult [Description]
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
[]
Exception Properties (System)
Description
https://msdn.microsoft.com/en-us/library/vstudio/System.Exception_properties.aspx
2/1438042982745.46_20150728002302-00144-ip-10-236-191-2_881386402_0.json
3a8d2f47_Exception_Properties__System___Description
[Name] InnerException [Description]
Gets the Exception instance that caused the current exception.
[]
Exception Properties (System)
Description
https://msdn.microsoft.com/en-us/library/vstudio/System.Exception_properties.aspx
2/1438042982745.46_20150728002302-00144-ip-10-236-191-2_881386402_0.json
3a8d2f47_Exception_Properties__System___Description
[Name] Message [Description]
Gets a message that describes the current exception.
[]
Exception Properties (System)
Description
https://msdn.microsoft.com/en-us/library/vstudio/System.Exception_properties.aspx
2/1438042982745.46_20150728002302-00144-ip-10-236-191-2_881386402_0.json
3a8d2f47_Exception_Properties__System___Description
[Name] Source [Description]
Gets or sets the name of the application or the object that causes the error.
[]
Exception Properties (System)
Description
https://msdn.microsoft.com/en-us/library/vstudio/System.Exception_properties.aspx
2/1438042982745.46_20150728002302-00144-ip-10-236-191-2_881386402_0.json
3a8d2f47_Exception_Properties__System___Description
[Name] StackTrace [Description]
Gets a string representation of the immediate frames on the call stack.
[]
Exception Properties (System)
Description
https://msdn.microsoft.com/en-us/library/vstudio/System.Exception_properties.aspx
2/1438042982745.46_20150728002302-00144-ip-10-236-191-2_881386402_0.json
3a8d2f47_Exception_Properties__System___Description
[Name] TargetSite [Description]
Gets the method that throws the current exception.
[]
Exception Properties (System)
Description
https://msdn.microsoft.com/en-us/library/vstudio/System.Exception_properties.aspx
2/1438042982745.46_20150728002302-00144-ip-10-236-191-2_881386402_0.json
56d2808a_osoft_StylusInput_Namespace_____Class
[Description] Displays the tablet pen data in real-time as that data is being handled by the RealTimeStylus object. This class cannot be inherited. [Class]
DynamicRenderer
[ [ "D", "y", "n", "a", "m", "i", "c", "R", "e", "n", "d", "e", "r", "e", "r" ], [ "G", "e", "s", "t", "u", "r", "e", "R", "e", "c", "o", "g", "n", "i", "z", "e", "r" ], [ "R", "e", "a", "l", "T", "i", "m", "e", "S", "t", "y", "l", "u", "s" ], [ "S", "t", "y", "l", "u", "s" ], [ "S", "t", "y", "l", "u", "s", "A", "s", "y", "n", "c", "P", "l", "u", "g", "i", "n", "C", "o", "l", "l", "e", "c", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "u", "s", "B", "u", "t", "t", "o", "n", "s" ], [ "S", "t", "y", "l", "u", "s", "S", "y", "n", "c", "P", "l", "u", "g", "i", "n", "C", "o", "l", "l", "e", "c", "t", "i", "o", "n" ] ]
Microsoft.StylusInput Namespace ()
Class
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
56d2808a_osoft_StylusInput_Namespace_____Class
[Description] Reacts to events by recognizing gestures and adding gesture data into the input queue. [Class]
GestureRecognizer
[ [ "D", "y", "n", "a", "m", "i", "c", "R", "e", "n", "d", "e", "r", "e", "r" ], [ "G", "e", "s", "t", "u", "r", "e", "R", "e", "c", "o", "g", "n", "i", "z", "e", "r" ], [ "R", "e", "a", "l", "T", "i", "m", "e", "S", "t", "y", "l", "u", "s" ], [ "S", "t", "y", "l", "u", "s" ], [ "S", "t", "y", "l", "u", "s", "A", "s", "y", "n", "c", "P", "l", "u", "g", "i", "n", "C", "o", "l", "l", "e", "c", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "u", "s", "B", "u", "t", "t", "o", "n", "s" ], [ "S", "t", "y", "l", "u", "s", "S", "y", "n", "c", "P", "l", "u", "g", "i", "n", "C", "o", "l", "l", "e", "c", "t", "i", "o", "n" ] ]
Microsoft.StylusInput Namespace ()
Class
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
56d2808a_osoft_StylusInput_Namespace_____Class
[Description] Handles the stylus packet data from a digitizer in real time. This class cannot be inherited. [Class]
RealTimeStylus
[ [ "D", "y", "n", "a", "m", "i", "c", "R", "e", "n", "d", "e", "r", "e", "r" ], [ "G", "e", "s", "t", "u", "r", "e", "R", "e", "c", "o", "g", "n", "i", "z", "e", "r" ], [ "R", "e", "a", "l", "T", "i", "m", "e", "S", "t", "y", "l", "u", "s" ], [ "S", "t", "y", "l", "u", "s" ], [ "S", "t", "y", "l", "u", "s", "A", "s", "y", "n", "c", "P", "l", "u", "g", "i", "n", "C", "o", "l", "l", "e", "c", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "u", "s", "B", "u", "t", "t", "o", "n", "s" ], [ "S", "t", "y", "l", "u", "s", "S", "y", "n", "c", "P", "l", "u", "g", "i", "n", "C", "o", "l", "l", "e", "c", "t", "i", "o", "n" ] ]
Microsoft.StylusInput Namespace ()
Class
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
56d2808a_osoft_StylusInput_Namespace_____Class
[Description] Provides access to general information about a tablet pen. [Class]
Stylus
[ [ "D", "y", "n", "a", "m", "i", "c", "R", "e", "n", "d", "e", "r", "e", "r" ], [ "G", "e", "s", "t", "u", "r", "e", "R", "e", "c", "o", "g", "n", "i", "z", "e", "r" ], [ "R", "e", "a", "l", "T", "i", "m", "e", "S", "t", "y", "l", "u", "s" ], [ "S", "t", "y", "l", "u", "s" ], [ "S", "t", "y", "l", "u", "s", "A", "s", "y", "n", "c", "P", "l", "u", "g", "i", "n", "C", "o", "l", "l", "e", "c", "t", "i", "o", "n" ], [ "S", "t", "y", "l", "u", "s", "B", "u", "t", "t", "o", "n", "s" ], [ "S", "t", "y", "l", "u", "s", "S", "y", "n", "c", "P", "l", "u", "g", "i", "n", "C", "o", "l", "l", "e", "c", "t", "i", "o", "n" ] ]
Microsoft.StylusInput Namespace ()
Class
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