SPPatchableUnitInfo.Patches property
修補程式套用到這個 patchable 的單位。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Patches As List(Of SPPatchInfo)
Get
'用途
Dim instance As SPPatchableUnitInfo
Dim value As List(Of SPPatchInfo)
value = instance.Patches
public List<SPPatchInfo> Patches { get; }
Property value
Type: System.Collections.Generic.List<SPPatchInfo>
修補程式List<T> 。