指定した型が登録を要求するかどうかを確認します。
Function TypeRequiresRegistration( _
ByVal type As Type _) As Boolean
[C#]
bool TypeRequiresRegistration(
Typetype);
[C++]
bool TypeRequiresRegistration(
Type* type);
[JScript]
function TypeRequiresRegistration(
type : Type) : Boolean;
パラメータ
- type
COM 登録要件を確認する型。
戻り値
COM から使用するために型を登録する必要がある場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
IRegistrationServices インターフェイス | IRegistrationServices メンバ | System.Runtime.InteropServices 名前空間