BreadCrumbTrail.LeadInText プロパティ (Microsoft.SharePoint.Portal.WebControls)
リードイン テキストを取得または設定します。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<ResourcesAttribute("Webpart_Property_LeadInText_Text", "Webpart__Custome_Property_Text", "Webpart_Property_LeadInText_Description")> _
<DefaultValueAttribute(Nothing)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property LeadInText As String
'使用
Dim instance As BreadCrumbTrail
Dim value As String
value = instance.LeadInText
instance.LeadInText = value
[ResourcesAttribute("Webpart_Property_LeadInText_Text", "Webpart__Custome_Property_Text", "Webpart_Property_LeadInText_Description")]
[DefaultValueAttribute(null)]
[WebPartStorageAttribute(Storage.Shared)]
public string LeadInText { get; set; }
プロパティ値
String。リードイン テキストです。
関連項目
参照
BreadCrumbTrail クラス
BreadCrumbTrail メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間