你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
XNodeArray Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class XNodeArray : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Json.JsonArray, System.Collections.Generic.ICollection<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Json.JsonNode>, System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Json.JsonNode>
type XNodeArray = class
inherit JsonArray
interface ICollection<JsonNode>
interface seq<JsonNode>
interface IEnumerable
Public NotInheritable Class XNodeArray
Inherits JsonArray
Implements ICollection(Of JsonNode), IEnumerable(Of JsonNode)
- Inheritance
- Implements
Properties
Count | |
IsReadOnly | |
Item[Int32] | |
Item[String] | (Inherited from JsonNode) |
Methods
Add(JsonNode) | |
Contains(JsonNode) | |
Remove(JsonNode) | |
ToString() | (Inherited from JsonNode) |
Explicit Interface Implementations
ICollection<JsonNode>.Clear() | |
ICollection<JsonNode>.CopyTo(JsonNode[], Int32) | |
IEnumerable.GetEnumerator() | |
IEnumerable<JsonNode>.GetEnumerator() |