你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSDictionaryElement Class

Definition

Wrapps around the IDictionary to provide a better output format for the PS command lets.

public class PSDictionaryElement
type PSDictionaryElement = class
Public Class PSDictionaryElement
Inheritance
PSDictionaryElement

Constructors

PSDictionaryElement(IDictionary<String,String>)

Initializes a new instance of the PSDictionaryElement class.

Properties

Content

Gets the Content of the object

Methods

ToString()

A string representation of the contained dictionary

ToString(Int32)

A string representation of the contained dictionary

Applies to