sscorlib.xml
来自「经典编程900例(C语言),主要是C基础知识」· XML 代码 · 共 1,244 行 · 第 1/4 页
XML
1,244 行
</summary>
<returns>The string representation of the value.</returns>
</member>
<member name="M:System.Number.ToPrecision(System.Int32)">
<summary>
Returns a string containing the number represented either in exponential or
fixed-point notation with a specified number of digits.
</summary>
<param name="precision">The number of significant digits (in the range 1 to 21)</param>
<returns>The string representation of the value.</returns>
</member>
<member name="M:System.Number.ToString(System.Int32)">
<summary>
Converts the value to its string representation.
</summary>
<param name="radix">The radix used in the conversion (eg. 10 for decimal, 16 for hexadecimal)</param>
<returns>The string representation of the value.</returns>
</member>
<member name="M:System.Number.op_Implicit(System.Number)~System.Int32">
<internalonly />
</member>
<member name="T:System.Dictionary">
<summary>
The Dictionary data type which is mapped to the Object type in Javascript.
</summary>
</member>
<member name="T:System.DHTML.WindowInstance">
<summary>
The window object represents the current browser window, and is the top-level
scripting object.
</summary>
</member>
<member name="M:System.DHTML.WindowInstance.AttachEvent(System.String,System.Delegate)">
<summary>
Attaches an event handler to the specified event.
</summary>
<param name="eventName">The name of the event such as 'onload'.</param>
<param name="handler">A delegate to the event handler that should be notified.</param>
<returns></returns>
</member>
<member name="T:System.Queue">
<summary>
The Queue data type which is mapped to the Array type in Javascript.
</summary>
</member>
<member name="T:System.IServiceProvider">
<summary>
Provides access to services. Each service is associated with
a type identifier.
</summary>
</member>
<member name="M:System.IServiceProvider.GetService(System.Type)">
<summary>
Retrieves a service of the specified type if it is available.
</summary>
<param name="serviceType">The type of service.</param>
<returns>An implementation of the service type; null if no service of that type is available.</returns>
</member>
<member name="T:System.Arguments">
<summary>
Provides access to the arguments of the current function.
</summary>
</member>
<member name="M:System.Arguments.GetArgument(System.Int32)">
<summary>
Retrieves the specified actual argument value passed to the
function by index.
</summary>
<param name="index">The index of the argument to retrieve.</param>
<returns>The value of the specified argument.</returns>
</member>
<member name="P:System.Arguments.Length">
<summary>
Retrieves the number of actual arguments passed to the function.
</summary>
<returns>The count of arguments.</returns>
</member>
<member name="T:System.Byte">
<summary>
The byte data type which is mapped to the Number type in Javascript.
</summary>
</member>
<member name="M:System.Byte.ToString(System.Int32)">
<summary>
Converts the value to its string representation.
</summary>
<param name="radix">The radix used in the conversion (eg. 10 for decimal, 16 for hexadecimal)</param>
<returns>The string representation of the value.</returns>
</member>
<member name="M:System.Byte.op_Implicit(System.Byte)~System.Number">
<internalonly />
</member>
<member name="T:System.Boolean">
<summary>
Equivalent to the Boolean type in Javascript.
</summary>
</member>
<member name="M:System.Boolean.Parse(System.String)">
<summary>
Enables you to parse a string representation of a boolean value.
</summary>
<param name="s">The string to be parsed.</param>
<returns>The resulting boolean value.</returns>
</member>
<member name="T:System.XML.XMLDocument">
<summary>
Represents the hierarchy of node objects parsed from XML markup.
</summary>
</member>
<member name="T:System.UInt32">
<summary>
The uint data type which is mapped to the Number type in Javascript.
</summary>
</member>
<member name="M:System.UInt32.ToString(System.Int32)">
<summary>
Converts the value to its string representation.
</summary>
<param name="radix">The radix used in the conversion (eg. 10 for decimal, 16 for hexadecimal)</param>
<returns>The string representation of the value.</returns>
</member>
<member name="M:System.UInt32.op_Implicit(System.UInt32)~System.Number">
<internalonly />
</member>
<member name="T:System.IServiceContainer">
<summary>
Provides the ability to register and unregister services.
</summary>
</member>
<member name="M:System.IServiceContainer.RegisterService(System.Type,System.Object)">
<summary>
Registers a service implementation so it can be accessed by
service consumers.
</summary>
<param name="serviceType">The type of service.</param>
<param name="service">The service implementation.</param>
</member>
<member name="M:System.IServiceContainer.UnregisterService(System.Type)">
<summary>
Unregisters a previously registered service.
</summary>
<param name="serviceType">The type of service.</param>
</member>
<member name="T:System.ArrayList">
<summary>
Equivalent to the Array type in Javascript.
</summary>
</member>
<member name="T:System.Array">
<summary>
Equivalent to the Array type in Javascript.
</summary>
</member>
<member name="P:System.DHTML.Style.Accelerator">
<summary>Whether the object contains an accelerator key.</summary>
</member>
<member name="P:System.DHTML.Style.Background">
<summary>The background properties of an object.</summary>
</member>
<member name="P:System.DHTML.Style.BackgroundAttachment">
<summary>How the background image is attached to the object within the document.</summary>
</member>
<member name="P:System.DHTML.Style.BackgroundColor">
<summary>The color behind the content of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BackgroundImage">
<summary>The background image of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BackgroundPosition">
<summary>The position of the background of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BackgroundPositionX">
<summary>The x-coordinate of the backgroundPosition property.</summary>
</member>
<member name="P:System.DHTML.Style.BackgroundPositionY">
<summary>The y-coordinate of the backgroundPosition property.</summary>
</member>
<member name="P:System.DHTML.Style.BackgroundRepeat">
<summary>How the background of the object is tiled.</summary>
</member>
<member name="P:System.DHTML.Style.Border">
<summary>The properties to draw a border around the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderBottom">
<summary>The properties of the bottom border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderBottomColor">
<summary>The color of the bottom border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderBottomStyle">
<summary>The style of the bottom border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderBottomWidth">
<summary>The width of the bottom border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderCollapse">
<summary>Whether the row and cell borders of a table are joined in a single border or detached.</summary>
</member>
<member name="P:System.DHTML.Style.BorderColor">
<summary>The border color of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderLeft">
<summary>The properties of the left border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderLeftColor">
<summary>The color of the left border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderLeftStyle">
<summary>The style of the left border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderLeftWidth">
<summary>The width of the left border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderRight">
<summary>The properties of the right border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderRightColor">
<summary>The color of the right border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderRightStyle">
<summary>The style of the right border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderRightWidth">
<summary>The width of the right border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderStyle">
<summary>The style of the borders of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderTop">
<summary>The properties of the top border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderTopColor">
<summary>The color of the top border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderTopStyle">
<summary>The style of the top border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderTopWidth">
<summary>The width of the top border of the object.</summary>
</member>
<member name="P:System.DHTML.Style.BorderWidth">
<summary>The width of the borders of the object.</summary>
</member>
<member name="P:System.DHTML.Style.Bottom">
<summary>The bottom position of the object in relation to the bottom of the next positioned object.</summary>
</member>
<member name="P:System.DHTML.Style.Clear">
<summary>Whether the object allows floating objects on its left side, right side, or both, so that the next text displays past the floating objects.</summary>
</member>
<member name="P:System.DHTML.Style.Clip">
<summary>Which part of a positioned object is visible.</summary>
</member>
<member name="P:System.DHTML.Style.Color">
<summary>The color of the text of the object.</summary>
</member>
<member name="P:System.DHTML.Style.CssText">
<summary>The persisted representation of this style.</summary>
</member>
<member name="P:System.DHTML.Style.Cursor">
<summary>The type of cursor to display as the mouse pointer moves over the object.</summary>
</member>
<member name="P:System.DHTML.Style.Direction">
<summary>The reading order of content within the object.</summary>
</member>
<member name="P:System.DHTML.Style.Display">
<summary>Whether the object is rendered.</summary>
</member>
<member name="P:System.DHTML.Style.Filter">
<summary>The collection of filters applied to an object. (Specific to Internet Explorer)</summary>
</member>
<member name="P:System.DHTML.Style.Font">
<summary>The font properties of the object or one or more of six user-preference fonts.</summary>
</member>
<member name="P:System.DHTML.Style.FontFamily">
<summary>The name of the font used for text in the object.</summary>
</member>
<member name="P:System.DHTML.Style.FontSize">
<summary>The font size used for text in the object.</summary>
</member>
<member name="P:System.DHTML.Style.FontStyle">
<summary>The font style of the object as italic, normal, or oblique.</summary>
</member>
<member name="P:System.DHTML.Style.FontVariant">
<summary>Whether the text of the object is in small capital letters.</summary>
</member>
<member name="P:System.DHTML.Style.FontWeight">
<summary>The weight of the font of the object.</summary>
</member>
<member name="P:System.DHTML.Style.Height">
<summary>The height of the object.</summary>
</member>
<member name="P:System.DHTML.Style.Left">
<summary>The position of the object relative to the left edge of the next positioned object in the document hierarchy.</summary>
</member>
<member name="P:System.DHTML.Style.LetterSpacing">
<summary>The amount of additional space between letters in the object.</summary>
</member>
<member name="P:System.DHTML.Style.LineHeight">
<summary>The distance between lines in the object.</summary>
</member>
<member name="P:System.DHTML.Style.ListStyle">
<summary>The listStyle properties of the object.</summary>
</member>
<member name="P:System.DHTML.Style.ListStyleImage">
<summary>The image to use as a list-item marker for the object.</summary>
</member>
<member name="P:System.DHTML.Style.ListStylePosition">
<summary>SHow the list-item marker is drawn relative to the content of the object.</summary>
</member>
<member name="P:System.DHTML.Style.ListStyleType">
<summary>The type of the list-item marker for the object.</summary>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?