_Type.IsImport 속성
정의
public:
property bool IsImport { bool get(); };
public bool IsImport { get; }
member this.IsImport : bool
Public ReadOnly Property IsImport As Boolean
속성 값
Type에 ComImportAttribute가 있으면 true
이고, 그렇지 않으면 false
입니다.true
if the Type has ComImportAttribute; otherwise, false
.
설명
이 속성 액세스에 대 한 관리 되는 클래스를 비관리 코드에서 이며 관리 되는 코드에서 호출할 수 없습니다.This property is for access to managed classes from unmanaged code, and should not be called from managed code.
Type.IsImport 속성이 나타내는 값을 가져옵니다 여부를 합니다 Type 에 ComImportAttribute, COM 형식 라이브러리에서 가져온 것임을 나타내는입니다.The Type.IsImport property gets a value indicating whether the Type has ComImportAttribute, indicating that it was imported from a COM type library.