Bitmap for WPF
UnregisterFontCollectionLoader メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 > Factory クラス : UnregisterFontCollectionLoader メソッド
Pointer to a FontCollectionLoaderobject to be unregistered.
Unregisters a custom font collection loader that was previously registered using {{RegisterFontCollectionLoader}}.
シンタックス
'宣言
 
Public Sub UnregisterFontCollectionLoader( _
   ByVal fontCollectionLoader As FontCollectionLoader _
) 
public void UnregisterFontCollectionLoader( 
   FontCollectionLoader fontCollectionLoader
)

パラメータ

fontCollectionLoader
Pointer to a FontCollectionLoaderobject to be unregistered.

戻り値の型

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
参照

Factory クラス
Factory メンバ