CSharpProjectConfigurationProperties3.ExtenderNames Property

Definition

Microsoft Internal Use Only.

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

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). This member name name 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 and How to: Access Configuration Properties for Specific Types of Projects.

Applies to