Share via


ScriptFactory.GetFontAndColorProvider(Guid, Object) メソッド

定義

フォントおよびカラー プロバイダーを取得します。

public:
 virtual void GetFontAndColorProvider(Guid % guid, [Runtime::InteropServices::Out] System::Object ^ % defaultsProvider);
public void GetFontAndColorProvider (ref Guid guid, out object defaultsProvider);
abstract member GetFontAndColorProvider : Guid * obj -> unit
override this.GetFontAndColorProvider : Guid * obj -> unit
Public Sub GetFontAndColorProvider (ByRef guid As Guid, ByRef defaultsProvider As Object)

パラメーター

guid
Guid

プロバイダーの Guid 参照です。

defaultsProvider
Object

プロバイダーの Object への参照です。

実装

適用対象