バージョン

SetCharacterSettingsProperty<TValue> メソッド

指定したスパンのテキストに文字設定プロパティまたはサブプロパティを設定します。
シンタックス
'宣言
 
Public Sub SetCharacterSettingsProperty(Of TValue)( _
   ByVal span As DocumentSpan, _
   ByVal propertyPath As String, _
   ByVal propertyValue As TValue, _
   ByRef error As String _
) 
public void SetCharacterSettingsProperty<TValue>( 
   DocumentSpan span,
   string propertyPath,
   TValue propertyValue,
   out string error
)

パラメータ

span
このスパンのテキストが影響されます。
propertyPath
CharacterSettings プロパティの名前、または CharacterSettings のサブプロパティへのパスを定義する「.」によって連結されるプロパティ名のリスト。
propertyValue
設定する値。null を指定すると、値をクリアします。
error
エラーが発生する場合、これはエラー メッセージに設定されます。

型パラメータ

TValue
プロパティまたはサブプロパティのタイプ。
参照