VCCodeIDLCoClass.IsCodeType Özellik

Tanım

Bir CodeType nesnenin bu nesneden alınıp alınamayacağını gösteren bir değer alır.

public:
 property bool IsCodeType { bool get(); };
public:
 property bool IsCodeType { bool get(); };
[System.Runtime.InteropServices.DispId(6)]
public bool IsCodeType { [System.Runtime.InteropServices.DispId(6)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.IsCodeType : bool
Public ReadOnly Property IsCodeType As Boolean

Özellik Değeri

Boolean

true bir CodeType nesne elde edilebilir ise; Aksi takdirde döndürür false .

Öznitelikler

Açıklamalar

IsCodeType kod öğesinin bir kod türü olup olmadığını döndürür. Varsa, arayüzü (QI) sorgulayabilir veya bir CodeType nesneye çevirebilirsiniz. ,,, Veya olduğunda bu doğrudur Kind EnvDTE.vsCMElement.vsCMElementClass EnvDTE.vsCMElement.vsCMElementInterface EnvDTE.vsCMElement.vsCMElementDelegate EnvDTE.vsCMElement.vsCMElementStruct EnvDTE.vsCMElement.vsCMElementEnum .

Şunlara uygulanır