Skip to content

.NET 8.0 では使えないでしょうか? #2

Description

@mao-mao-yu

コードを.NET 8.0 windowsに移植しようと思ったのですが、
実際に実装してもうまく動かなったです。
profileMgr.GetActiveProfile(ref keyboardGuid, out activeProfile)で0にならないです。

var keyboardGuid = Guids.GUID_TFCAT_TIP_KEYBOARD;
var activeProfile = default(TF_INPUTPROCESSORPROFILE);
if (!profileMgr.GetActiveProfile(ref keyboardGuid, out activeProfile))
{
    return;
}

TSFは.NET Frameworkのみでしょうか?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions