Campo FontInfo.bPointSizeValid

 

Publicado: abril de 2016

Uma configuração de true indica que o tamanho do ponto é válido.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")]
public int bPointSizeValid
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")]
int bPointSizeValid
[<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable bPointSizeValid : int
<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>
Public bPointSizeValid As Integer

Valor de Campo

Type: System.Int32

Comentários

COM assinatura

De vsshell.idl:

Consulte também

Estrutura FontInfo
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo