ListItemSubField.EditValue 方法 (ShapeElement, ShapeField, DiagramClientView, String)
叫用就地編輯器中,以指定的文字取代文字。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Sub EditValue ( _
parentShape As ShapeElement, _
parentField As ShapeField, _
view As DiagramClientView, _
replacementText As String _
)
public void EditValue(
ShapeElement parentShape,
ShapeField parentField,
DiagramClientView view,
string replacementText
)
參數
- parentShape
型別:Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
ShapeElement 執行個體,其中包含這個子欄位。
- parentField
型別:Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
父代的這個 ShapeSubField 的 ShapeField。
- view
型別:Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
將用來架設編輯器] 中檢視。
- replacementText
型別:System.String
應該取代文字編輯器的內容。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。