更新:2007 年 11 月
取得或設定 PropertyContainer 的 InlineRowTemplate。這是相依性屬性。
命名空間: Microsoft.Windows.Design.PropertyEditing
組件: Microsoft.Windows.Design (在 Microsoft.Windows.Design.dll 中)
語法
Public Property InlineRowTemplate As ControlTemplate
Dim instance As PropertyContainer
Dim value As ControlTemplate
value = instance.InlineRowTemplate
instance.InlineRowTemplate = value
public ControlTemplate InlineRowTemplate { get; set; }
public:
property ControlTemplate^ InlineRowTemplate {
ControlTemplate^ get ();
void set (ControlTemplate^ value);
}
public function get InlineRowTemplate () : ControlTemplate
public function set InlineRowTemplate (value : ControlTemplate)
屬性值
型別:System.Windows.Controls.ControlTemplate
ControlTemplate,表示 PropertyContainer 的 InlineRowTemplate。
Dependency 屬性資訊
識別項欄位 |
|
中繼資料屬性設為 true。 |
無 |
備註
InlineRowTemplate 會定義當 ActiveEditMode 等於 Inline 時,PropertyContainer 如何呈現本身。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.PropertyEditing 命名空間