共用方式為


CultureSpecificCharacterBufferRange(CultureInfo, CharacterBufferRange) 建構函式

定義

初始化 CultureSpecificCharacterBufferRange 類別的新執行個體。

public:
 CultureSpecificCharacterBufferRange(System::Globalization::CultureInfo ^ culture, System::Windows::Media::TextFormatting::CharacterBufferRange characterBufferRange);
public CultureSpecificCharacterBufferRange (System.Globalization.CultureInfo culture, System.Windows.Media.TextFormatting.CharacterBufferRange characterBufferRange);
new System.Windows.Media.TextFormatting.CultureSpecificCharacterBufferRange : System.Globalization.CultureInfo * System.Windows.Media.TextFormatting.CharacterBufferRange -> System.Windows.Media.TextFormatting.CultureSpecificCharacterBufferRange
Public Sub New (culture As CultureInfo, characterBufferRange As CharacterBufferRange)

參數

culture
CultureInfo

CultureInfo 的值,表示包含之字元範圍的文化特性。

characterBufferRange
CharacterBufferRange

CharacterBufferRange 的值,表示字元的範圍。

適用於