VCCodeStruct.ExtenderCATID - свойство
Gets the Extender category ID (CATID) for the object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property ExtenderCATID As String
'Применение
Dim instance As VCCodeStruct
Dim value As String
value = instance.ExtenderCATID
string ExtenderCATID { get; }
property String^ ExtenderCATID {
String^ get ();
}
function get ExtenderCATID () : String
Значение свойства
Тип: System.String
An Extender CATID.
Заметки
ExtenderCATID returns the GUID representing the CATID of the object as a string.
Примечание. |
---|
The CATID is typically specific to an implementation of an object. For example, ExtenderCATID for a Visual Basic project object is different from ExtenderCATID for a Visual C++ project object. |
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.