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