DropDownListContentControl.SetPlaceholderText 方法
顯示 BuildingBlock 或 Range 中的文字,或顯示 DropDownListContentControl 中做為預留位置文字的字串。
命名空間: Microsoft.Office.Tools.Word
組件: Microsoft.Office.Tools.Word (在 Microsoft.Office.Tools.Word.dll 中)
語法
'宣告
Sub SetPlaceholderText ( _
BuildingBlock As BuildingBlock, _
Range As Range, _
Text As String _
)
void SetPlaceholderText(
BuildingBlock BuildingBlock,
Range Range,
string Text
)
參數
- BuildingBlock
型別:Microsoft.Office.Interop.Word.BuildingBlock
BuildingBlock ,內含預留位置文字。
- Range
型別:Microsoft.Office.Interop.Word.Range
Range ,內含預留位置文字。
- Text
型別:System.String
預留位置文字。
備註
在使用者選取項目,或控制項中填入資料來源中的資料之前,會顯示預留位置文字。
當您呼叫 SetPlaceholderText 方法時,只會使用其中一個參數。 如果指定了一個以上參數,則 Microsoft Office Word 會使用第一個指定的參數。 如果省略所有參數,則預留位置文字為空字串。
若要取得 DropDownListContentControl 的預留位置文字,請使用 PlaceholderText 屬性。 您也可以使用這個屬性,將預留位置文字設定為字串。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。