Solution4.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(35)]
public string ExtenderCATID { [System.Runtime.InteropServices.DispId(35)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(35)>]
[<get: System.Runtime.InteropServices.DispId(35)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.ExtenderCATID : string
Public ReadOnly Property ExtenderCATID As String

Özellik Değeri

String

Nesnenin CATıD 'sini temsil eden bir GUID.

Uygulamalar

Öznitelikler

Örnekler

Sub ExtenderCATIDExample()  
   Dim objDoc As Document  
   objDoc = DTE.ActiveDocument  
   If Not (objDoc Is Nothing) Then  
      MsgBox(objDoc.ExtenderCATID)  
   End If  
End Sub  

Açıklamalar

Nesnenin CATID'sini dize olarak temsil eden GUID'i döndürür.

Not

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

Şunlara uygulanır