Share via


ProjectConfigProperties Class

This class and its members are reserved for internal use and are not intended to be used in your code. Implements the configuration dependent properties interface This is public because it is used in the property browser

This API is not CLS-compliant. 

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..ProjectConfigProperties

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

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

The ProjectConfigProperties type exposes the following members.

Constructors

  Name Description
Public method ProjectConfigProperties Initializes a new instance of the ProjectConfigProperties class.

Top

Properties

  Name Description
Public property OutputPath Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace