VisualBasicProjectFileManagerPropertyGroupNodes Property
Gets a collection of the <PropertyGroup> nodes.
Namespace: DevCase.Core.Diagnostics.VisualStudio.SolutionAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IEnumerable<XElement> PropertyGroupNodes { get; }
Public ReadOnly Property PropertyGroupNodes As IEnumerable(Of XElement)
Get
Dim instance As VisualBasicProjectFileManager
Dim value As IEnumerable(Of XElement)
value = instance.PropertyGroupNodes
public:
property IEnumerable<XElement^>^ PropertyGroupNodes {
IEnumerable<XElement^>^ get ();
}
member PropertyGroupNodes : IEnumerable<XElement> with get
No code example is currently available or this language may not be supported.
Property Value
IEnumerableXElement
A collection of the
<PropertyGroup> nodes.