gpt4 book ai didi

sharepoint - PowerShell 中的泛型

转载 作者:行者123 更新时间:2023-12-03 16:42:22 26 4
gpt4 key购买 nike

我需要在 PowerShell 脚本中以下列方式使用 SharePoint API:

C#代码:

var service = farm.Services.GetValue<SPWebService>();

如何在 PowerShell 中指定泛型参数?

目前我收到一个异常,指出“不能对 ContainsGenereicParameters 为真的类型或方法执行后期绑定(bind)操作”

最佳答案

这不是你可以轻易做到的。您将不得不求助于反射来完成这项工作。见 this blog post了解更多信息。

关于sharepoint - PowerShell 中的泛型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1362293/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com