OAReferenceBase<RefType>.ExtenderCATID Property

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

Reference.ExtenderCATID

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

See Also

Reference

OAReferenceBase<RefType> Class

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace