Gets the GUID of the element that is being extended.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property ExtenderCATID As String
'使用
Dim instance As OAReferenceBase
Dim value As String
value = instance.ExtenderCATID
public virtual string ExtenderCATID { get; }
public:
virtual property String^ ExtenderCATID {
String^ get ();
}
public function get ExtenderCATID () : String
Property Value
Type: System.String
The string value of the GUID of the element that is being extended.
Implements
Remarks
By default this method throws an exception because it is not implemented.
The CATID is typically specific to an implementation of an object. For example, the ExtenderCATID of a Visual Basic project object is not the same as the ExtenderCATID of a Visual C# project object.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
OAReferenceBase<RefType> Class