VCCodeNamespace.ExtenderCATID Özellik

Tanım

Nesne için Genişletici kategorisi kimliğini (CATID) alır.

public:
 property System::String ^ ExtenderCATID { System::String ^ get(); };
public:
 property Platform::String ^ ExtenderCATID { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(14)]
public string ExtenderCATID { [System.Runtime.InteropServices.DispId(14)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.ExtenderCATID : string
Public ReadOnly Property ExtenderCATID As String

Özellik Değeri

String

Bir genişletici CATıD.

Öznitelikler

Açıklamalar

ExtenderCATID nesnenin CATıD 'sini dize olarak temsil eden GUID 'ı döndürür.

Not

CATID genellikle bir nesnenin uygulanmasına özeldir. Örneğin, ExtenderCATID bir Visual Basic proje nesnesi için, ExtenderCATID Visual C++ proje nesnesi için farklıdır.

Şunlara uygulanır