IDocumentInspector.GetInfo(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタム ドキュメント検査モジュールについての情報を取得します。
public:
void GetInfo([Runtime::InteropServices::Out] System::String ^ % Name, [Runtime::InteropServices::Out] System::String ^ % Desc);
public void GetInfo (out string Name, out string Desc);
abstract member GetInfo : string * string -> unit
Public Sub GetInfo (ByRef Name As String, ByRef Desc As String)
パラメーター
- Name
- String
モジュールの名前を表します。
- Desc
- String
モジュールの説明を表します。