XmlUtilities.GetUniqueConfigDependentNodes Method
Returns a list of the uniquely defined configuration-dependent nodes.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function GetUniqueConfigDependentNodes ( _
doc As XmlDocument, _
nsmgr As XmlNamespaceManager _
) As IList(Of XmlElement)
'Usage
Dim doc As XmlDocument
Dim nsmgr As XmlNamespaceManager
Dim returnValue As IList(Of XmlElement)
returnValue = XmlUtilities.GetUniqueConfigDependentNodes(doc, _
nsmgr)
public static IList<XmlElement> GetUniqueConfigDependentNodes(
XmlDocument doc,
XmlNamespaceManager nsmgr
)
public:
static IList<XmlElement^>^ GetUniqueConfigDependentNodes(
XmlDocument^ doc,
XmlNamespaceManager^ nsmgr
)
public static function GetUniqueConfigDependentNodes(
doc : XmlDocument,
nsmgr : XmlNamespaceManager
) : IList<XmlElement>
static member GetUniqueConfigDependentNodes :
doc:XmlDocument *
nsmgr:XmlNamespaceManager -> IList<XmlElement>
Parameters
- doc
Type: System.Xml.XmlDocument
The XML document
- nsmgr
Type: System.Xml.XmlNamespaceManager
The XML namespace manger
Return Value
Type: System.Collections.Generic.IList<XmlElement>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace