次の方法で共有


BreadCrumbTrail.AnchorID プロパティ (Microsoft.SharePoint.Portal.WebControls)

アンカー エリアの識別子を取得または設定します。

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

構文

'宣言
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(Nothing)> _
<ResourcesAttribute("Webpart_Property_AnchorID_Text", "Webpart__Custome_Property_Text", "Webpart_Property_AnchorID_Description")> _
Public Property AnchorID As String
'使用
Dim instance As BreadCrumbTrail
Dim value As String

value = instance.AnchorID

instance.AnchorID = value
[WebPartStorageAttribute(Storage.Shared)] 
[DefaultValueAttribute(null)] 
[ResourcesAttribute("Webpart_Property_AnchorID_Text", "Webpart__Custome_Property_Text", "Webpart_Property_AnchorID_Description")] 
public string AnchorID { get; set; }

プロパティ値

String。アンカー エリアの識別子です。

関連項目

参照

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