SPCmdletPipeBind<TCmdletObject>.Read 方法

检索与当前管道绑定对象相关联的输入的对象。

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

语法

声明
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public MustOverride Function Read As TCmdletObject
用法
Dim instance As SPCmdletPipeBind
Dim returnValue As TCmdletObject

returnValue = instance.Read()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public abstract TCmdletObject Read()

返回值

类型:TCmdletObject
返回与当前管道绑定对象,关联的对象,或返回空引用(无 在 Visual Basic 中) ,如果找不到该对象。

备注

此方法应找到根据提供给它,例如,一个 GUID 唯一标识信息的对象。如果对象被放在管道上,该对象可以作为自己唯一的标识符。

这是一个抽象方法。所有的派生的类应重写此方法并提供自己的实现。

另请参阅

引用

SPCmdletPipeBind<TCmdletObject> 类

SPCmdletPipeBind<TCmdletObject> 成员

Microsoft.SharePoint.PowerShell 命名空间