WebSiteProperties.Extender Property
Provides internal-only access to Web site properties.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property Extender ( _
ExtenderName As String _
) As Object
Get
Object this[
string ExtenderName
] { get; }
property Object^ Extender[[InAttribute] String^ ExtenderName] {
Object^ get ([InAttribute] String^ ExtenderName);
}
abstract Extender : Object
JScript does not support indexed properties.
Parameters
- ExtenderName
Type: System.String
An extender name.
Property Value
Type: System.Object
An extender 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.
The Extender property returns nulla null reference (Nothing in Visual Basic) if no extender object is available.
The CATID used for obtaining the extender is provided by the object's ExtenderCATID property.
Examples
For an example of reading and setting late-bound properties, see WebSiteProperties.
.NET Framework Security
- 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.