Método License.TryParse (String, License%)
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxe
'Declaração
Public Shared Function TryParse ( _
text As String, _
<OutAttribute> ByRef license As License _
) As Boolean
public static bool TryParse(
string text,
out License license
)
Parâmetros
- text
Tipo: System.String
- license
Tipo: Microsoft.VisualStudio.Services.Licensing.License%
Valor de retorno
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.