Compartilhar via


PolicyLabel.FFontStyleFromString método

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.RecordsManagement.PolicyFeatures
Assembly:  Microsoft.Office.Policy (em Microsoft.Office.Policy.dll)

Sintaxe

'Declaração
Public Shared Function FFontStyleFromString ( _
    strFontStyle As String, _
    <OutAttribute> ByRef fontStyle As PolicyLabel.FontStyle _
) As Boolean
'Uso
Dim strFontStyle As String
Dim fontStyle As PolicyLabel.FontStyle
Dim returnValue As Boolean

returnValue = PolicyLabel.FFontStyleFromString(strFontStyle, _
    fontStyle)
public static bool FFontStyleFromString(
    string strFontStyle,
    out PolicyLabel.FontStyle fontStyle
)

Parâmetros

Valor retornado

Tipo: System.Boolean
Retorna Boolean.

Ver também

Referência

PolicyLabel classe

PolicyLabel membros

Microsoft.Office.RecordsManagement.PolicyFeatures namespace