IDispatchImplType Sabit listesi

Tanım

Dikkat

The IDispatchImplAttribute is deprecated.

IDispatchBelirli bir sınıf için hangi uygulamanın kullanılacağını belirtir.

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

IDispatchNesnenin tür BILGILERINI com API metoduna geçirerek uygulamanın sağlanarak belirlenir CreateStdDispatch .

InternalImpl 1

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

SystemDefinedImpl 0

Ortak dil çalışma zamanının hangi uygulamanın kullanılacağını karar verdiği belirler IDispatch .

Açıklamalar

Daha fazla bilgi edinmek için bkz. IDispatchImplAttribute.

Şunlara uygulanır