根据指定的类型名称和显示名称的**[Microsoft.SharePoint.Applications.GroupBoard.SPFieldFacilities]**类的新实例进行初始化。此构造函数的用途是字段的创建的字段集合中当前不存在。
命名空间: Microsoft.SharePoint.Applications.GroupBoard
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
fields As SPFieldCollection, _
typeName As String, _
displayName As String _
)
用法
Dim fields As SPFieldCollection
Dim typeName As String
Dim displayName As String
Dim instance As New SPFieldFreeBusy(fields, _
typeName, displayName)
public SPFieldFreeBusy(
SPFieldCollection fields,
string typeName,
string displayName
)
参数
fields
类型:Microsoft.SharePoint.SPFieldCollection一个**[Microsoft.SharePoint.SPFieldCollection]**对象,它包含的fieldName参数所引用的字段。
typeName
类型:System.Stringstring表示形式的字段类型。
displayName
类型:System.String字段中的显示名称string表示形式。