PubSettingsParser.Parse 方法 (String)
命名空間: Microsoft.TeamFoundation.Deployment.Workflow
組件: Microsoft.TeamFoundation.Deployment.Workflow (在 Microsoft.TeamFoundation.Deployment.Workflow.dll 中)
語法
'宣告
Public Shared Function Parse ( _
fileText As String _
) As List(Of PublishProfile)
public static List<PublishProfile> Parse(
string fileText
)
參數
- fileText
類型:System.String
傳回值
類型:System.Collections.Generic.List<PublishProfile>
傳回 List<T>。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。