ProjectProperties2.Extender[] Property

Definition

Overloads

Extender
Extender[String]

This member provides internal-only access to file properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Extender

public:
 property System::Object ^ Extender { System::Object ^ get(); };
[System.Runtime.InteropServices.DispId(10030)]
public object Extender { [System.Runtime.InteropServices.DispId(10030)] get; }
[<System.Runtime.InteropServices.DispId(10030)>]
[<get: System.Runtime.InteropServices.DispId(10030)>]
member this.Extender : obj
Public ReadOnly Property Extender As Object

Property Value

Implements

Attributes

Applies to

Extender[String]

This member provides internal-only access to file properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

public:
 property System::Object ^ Extender[System::String ^] { System::Object ^ get(System::String ^ ExtenderName); };
[System.Runtime.InteropServices.DispId(10030)]
public object Extender[string ExtenderName] { [System.Runtime.InteropServices.DispId(10030)] [System.Runtime.InteropServices.TypeLibFunc(1088)] get; }
[<System.Runtime.InteropServices.DispId(10030)>]
[<get: System.Runtime.InteropServices.DispId(10030)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1088)>]
member this.Extender(string) : obj
Public ReadOnly Property Extender(ExtenderName As String) As Object

Parameters

ExtenderName
String

Property Value

Implements

Attributes

Remarks

External components can access these properties through the Properties collection for the appropriate Visual Studio automation object. (That is, ProjectItem for project files and folders, Project for projects, and Configuration for configurations). The property names for the members of this type can be used as an indexer into the Properties collection. For more information about accessing project properties through automation, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Applies to