powershell 标准出力されるプロパティを指定する关数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 标准出力されるプロパティを指定する关数相关的知识,希望对你有一定的参考价值。

function Set-DefaultDisplayPropertySet {
    [CmdletBinding()]
    param(
        [parameter(Mandatory,ValueFromPipeline)]
        [Object] $InputObject,
        [parameter(Mandatory,Position=0)]
        [string[]] $DefaultProperties
    )
    process {
        $defaultDisplayPropertySet = New-Object Management.Automation.PSPropertySet(
            'DefaultDisplayPropertySet', [string[]] $DefaultProperties
        )
        $PSStandardMembers = [Management.Automation.PSMemberInfo[]] @($defaultDisplayPropertySet)
        $InputObject | Add-Member MemberSet PSStandardMembers $PSStandardMembers
    }
}

以上是关于powershell 标准出力されるプロパティを指定する关数的主要内容,如果未能解决你的问题,请参考以下文章

css 【旧内容】现状でGoogleフォントで字体显示プロパティを并用する方法font-display:swap【适応済み】

markdown Object.prototype中プロパティ

text CSSプロパティの初期値

text VCSプロパティについて

markdown オブジェクトのプロパティの値一覧を出す

css 画像のアスペクト比,サイズを合わせるCSSプロパティ