PubSettingsParser.Parse Method (String)
Namespace: Microsoft.TeamFoundation.Deployment.Workflow
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
fileText As String _
) As List(Of PublishProfile)
public static List<PublishProfile> Parse(
string fileText
)
public:
static List<PublishProfile^>^ Parse(
String^ fileText
)
static member Parse :
fileText:string -> List<PublishProfile>
public static function Parse(
fileText : String
) : List<PublishProfile>
Parameters
- fileText
Type: System.String
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.