Share via


ProjectConfigProperties Class

This type is only used internally; you cannot use it directly from your code. Represents the configuration-dependent project properties.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ProjectConfigProperties _
    Implements IProjectConfigProperties
'Usage
Dim instance As ProjectConfigProperties
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ProjectConfigProperties : IProjectConfigProperties
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ProjectConfigProperties : IProjectConfigProperties
public class ProjectConfigProperties implements IProjectConfigProperties
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ProjectConfigProperties =  
    class
        interface IProjectConfigProperties
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.ProjectConfigProperties

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProjectConfigProperties Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace