次の方法で共有


SearchParametersType.BaseFolderIds プロパティ (Microsoft.SharePoint.Portal.WebControls)

このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
<XmlArrayItemAttribute("DistinguishedFolderId", GetType(DistinguishedFolderIdType), IsNullable:=False)> _
<XmlArrayItemAttribute("FolderId", GetType(FolderIdType), IsNullable:=False)> _
Public Property BaseFolderIds As BaseFolderIdType()
'使用
Dim instance As SearchParametersType
Dim value As BaseFolderIdType()

value = instance.BaseFolderIds

instance.BaseFolderIds = value
[XmlArrayItemAttribute("DistinguishedFolderId", typeof(DistinguishedFolderIdType), IsNullable=false)] 
[XmlArrayItemAttribute("FolderId", typeof(FolderIdType), IsNullable=false)] 
public BaseFolderIdType[] BaseFolderIds { get; set; }

関連項目

参照

SearchParametersType クラス
SearchParametersType メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間