SPDeletedSitePipeBind 类

表示管道和 PowerShell cmdlet 参数的命令行输入绑定。

继承层次结构

System.Object
  Microsoft.SharePoint.PowerShell.SPCmdletPipeBind<SPDeletedSite>
    Microsoft.SharePoint.PowerShell.SPDeletedSitePipeBind

命名空间:  Microsoft.SharePoint.PowerShell
程序集:  Microsoft.SharePoint.PowerShell(位于 Microsoft.SharePoint.PowerShell.dll 中)

语法

声明
Public NotInheritable Class SPDeletedSitePipeBind _
    Inherits SPCmdletPipeBind(Of SPDeletedSite)
用法
Dim instance As SPDeletedSitePipeBind
public sealed class SPDeletedSitePipeBind : SPCmdletPipeBind<SPDeletedSite>

备注

此类表示被表示为SPDeletedSite对象的已删除站点特定的输入的参数。此类有利于绑定到与SPDeletedSite对象、 一个 GUID 标识符或 GUID 的字符串表示形式的实例作为输入参数的处理。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPDeletedSitePipeBind 成员

Microsoft.SharePoint.PowerShell 命名空间