ReferenceNodeProperties Class
This type is only used internally; you cannot use it directly from your code. Defines the properties specific to reference nodes.
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 ReferenceNodeProperties _
Inherits NodeProperties
'Usage
Dim instance As ReferenceNodeProperties
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class ReferenceNodeProperties : NodeProperties
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class ReferenceNodeProperties : public NodeProperties
public class ReferenceNodeProperties extends NodeProperties
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type ReferenceNodeProperties =
class
inherit NodeProperties
end
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.ReferenceNodeProperties
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.ProjectReferencesProperties
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
ReferenceNodeProperties Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace