Freigeben über


License.TryParse-Methode (String, License%)

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Shared Function TryParse ( _
    text As String, _
    <OutAttribute> ByRef license As License _
) As Boolean
public static bool TryParse(
    string text,
    out License license
)

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

License Klasse

TryParse-Überladung

Microsoft.VisualStudio.Services.Licensing-Namespace