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

Özellik Değeri

String

Nesnenin CATıD 'sini temsil eden bir GUID.

Ö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, proje nesnesiyle Project.ExtenderCATID Visual Basic karşılaştırılan proje nesnesi için farklıdır Visual C++ .

Şunlara uygulanır