Language

RegistrationServices.TypeRequiresRegistration(Type) メソッド

定義

指定した型に登録が必要かどうかを判断します。

public:
 virtual bool TypeRequiresRegistration(Type ^ type);
public virtual bool TypeRequiresRegistration(Type type);
[System.Security.SecurityCritical]
public virtual bool TypeRequiresRegistration(Type type);
abstract member TypeRequiresRegistration : Type -> bool
override this.TypeRequiresRegistration : Type -> bool
[<System.Security.SecurityCritical>]
abstract member TypeRequiresRegistration : Type -> bool
override this.TypeRequiresRegistration : Type -> bool
Public Overridable Function TypeRequiresRegistration (type As Type) As Boolean

パラメーター

type
Type

COM 登録要件を確認する型。

返品

true COM から使用するために型を登録する必要がある場合。それ以外の場合は false。

実装

属性

適用対象