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 | |
---|---|---|
ProjectConfigProperties | Initializes a new instance of the ProjectConfigProperties class. |
Top
Properties
Name | Description | |
---|---|---|
OutputPath | Gets or sets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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