Share via


WebSiteProperties.ExtenderCATID Property

Provides internal-only access to project properties.

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

Syntax

'Declaration
ReadOnly Property ExtenderCATID As String
    Get
string ExtenderCATID { get; }
property String^ ExtenderCATID {
    String^ get ();
}
abstract ExtenderCATID : string
function get ExtenderCATID () : 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.

.NET Framework Security

See Also

Reference

WebSiteProperties Interface

VsWebSite Namespace

EnvDTE80

Extender

WebSiteProperties

Other Resources

Referencing Automation Assemblies and the DTE2 Object