ExtenderCATID Property
TSDATA : \\cpvsbuild\drops\orcas\main\raw\20402.00\sources\wizard\vsdesigner\designer\microsoft\VisualStudio\Editors\PropertyPages\AutomationExtenderManager.cs reflexively looks for an ExtenderCATID get property. MPF originally wrote this routine as a method, so we need to override otherwise the property pages cannot use extenders for the property objects when looking for property set/get methods.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property ExtenderCATID As String
Get
'Usage
Dim instance As NodeProperties
Dim value As String
value = instance.ExtenderCATID
[BrowsableAttribute(false)]
public virtual string ExtenderCATID { get; }
[BrowsableAttribute(false)]
public:
virtual property String^ ExtenderCATID {
String^ get ();
}
[<BrowsableAttribute(false)>]
abstract ExtenderCATID : string
[<BrowsableAttribute(false)>]
override ExtenderCATID : string
function get ExtenderCATID () : String
Property Value
Type: System..::..String
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace