SPDefaultSolutionValidator.ExcludedTypes 属性
提供对集合中排除的类型的访问。
命名空间: Microsoft.SharePoint.UserCode
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property ExcludedTypes As ICollection(Of String)
Get
用法
Dim instance As SPDefaultSolutionValidator
Dim value As ICollection(Of String)
value = instance.ExcludedTypes
public ICollection<string> ExcludedTypes { get; }
属性值
类型:System.Collections.Generic.ICollection<String>