Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines the properties of the project node.
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
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class ProjectNodeProperties _
Inherits NodeProperties
'Usage
Dim instance As ProjectNodeProperties
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class ProjectNodeProperties : NodeProperties
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class ProjectNodeProperties : public NodeProperties
public class ProjectNodeProperties extends NodeProperties
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.LocalizableProperties
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.NodeProperties
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.ProjectNodeProperties
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.Schema.Project.Project.MPF Namespace