WebSiteProperties.ExtenderNames Property
Provides internal-only access to project properties.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property ExtenderNames As Object
Object ExtenderNames { get; }
property Object^ ExtenderNames {
Object^ get ();
}
abstract ExtenderNames : Object with get
function get ExtenderNames () : Object
Property Value
Type: System.Object
An object containing an automation-compliant array of strings.
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 respective properties collection. The property names for the members of this type can be used as an indexer into the collection.
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.