CSharpProjectConfigurationProperties5 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface provides internal-only access to project configuration properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
public interface class CSharpProjectConfigurationProperties5 : VslangProj90::CSharpProjectConfigurationProperties4
public interface class CSharpProjectConfigurationProperties5 : VslangProj90::CSharpProjectConfigurationProperties4
__interface CSharpProjectConfigurationProperties5 : VslangProj90::CSharpProjectConfigurationProperties4
[System.Runtime.InteropServices.Guid("C379AF13-6C05-4A91-A3BF-4C61999174B4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface CSharpProjectConfigurationProperties5 : VslangProj90.CSharpProjectConfigurationProperties4
[System.Runtime.InteropServices.Guid("C379AF13-6C05-4A91-A3BF-4C61999174B4")]
public interface CSharpProjectConfigurationProperties5 : VslangProj90.CSharpProjectConfigurationProperties4
[<System.Runtime.InteropServices.Guid("C379AF13-6C05-4A91-A3BF-4C61999174B4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type CSharpProjectConfigurationProperties5 = interface
interface CSharpProjectConfigurationProperties4
[<System.Runtime.InteropServices.Guid("C379AF13-6C05-4A91-A3BF-4C61999174B4")>]
type CSharpProjectConfigurationProperties5 = interface
interface CSharpProjectConfigurationProperties4
Public Interface CSharpProjectConfigurationProperties5
Implements CSharpProjectConfigurationProperties4
- Derived
- Attributes
- Implements
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.
Properties
Methods
get_Extender(String) |