IDispatchImplType Sabit listesi

Tanım

Dikkat

The IDispatchImplAttribute is deprecated.

Belirli bir sınıf için hangi IDispatch uygulamanın kullanılacağını gösterir.

public enum class IDispatchImplType
[System.Serializable]
public enum IDispatchImplType
[System.Serializable]
[System.Obsolete("The IDispatchImplAttribute is deprecated.", false)]
[System.Runtime.InteropServices.ComVisible(true)]
public enum IDispatchImplType
[<System.Serializable>]
type IDispatchImplType = 
[<System.Serializable>]
[<System.Obsolete("The IDispatchImplAttribute is deprecated.", false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IDispatchImplType = 
Public Enum IDispatchImplType
Devralma
IDispatchImplType
Öznitelikler

Alanlar

CompatibleImpl 2

Uygulamanın, nesnenin IDispatch tür bilgileri COM CreateStdDispatch API yöntemine geçirilerek sağlandığını belirtir.

InternalImpl 1

IDispatch Uygulamanın çalışma zamanı tarafından sağlandığını belirtir.

SystemDefinedImpl 0

Hangi IDispatch uygulamanın kullanılacağına ortak dil çalışma zamanının karar vereceğini belirtir.

Açıklamalar

Daha fazla bilgi edinmek için bkz. IDispatchImplAttribute.

Şunlara uygulanır