PubSettingsParser.Parse Method (XDocument)
Namespace: Microsoft.TeamFoundation.Deployment.Workflow
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
doc As XDocument _
) As List(Of PublishProfile)
public static List<PublishProfile> Parse(
XDocument doc
)
public:
static List<PublishProfile^>^ Parse(
XDocument^ doc
)
static member Parse :
doc:XDocument -> List<PublishProfile>
public static function Parse(
doc : XDocument
) : List<PublishProfile>
Parameters
- doc
Type: System.Xml.Linq.XDocument
Return Value
Type: System.Collections.Generic.List<PublishProfile>
Returns List<T>.
.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.