WebSiteProperties.ExtenderCATID Property

 

Provides internal-only access to project properties.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

string ExtenderCATID { get; }
property String^ ExtenderCATID {
    String^ get();
}
abstract ExtenderCATID : string with get
ReadOnly Property ExtenderCATID As String

Property Value

Type: System.String

A GUID representing the CATID of the object.

Remarks

External components can access these properties through the properties collection for the appropriate Visual Studio automation object. (That is, WebSiteProperties, WebFileProperties, and WebFolderProperties for Web site projects). The property names for the members of this type can be used as an indexer into the properties collection.

Note

The CATID is typically specific to an implementation of an object. For example, Project.ExtenderCATID is different for a Visual Basic project object and a Visual C++ project object.

Examples

For an example of reading and setting late-bound properties, see WebSiteProperties.

See Also

EnvDTE80
Extender
WebSiteProperties
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top