'宣言 Public Function IsSet( _ ByVal attr As AlignmentAttributes _ ) As System.Boolean
public System.bool IsSet( AlignmentAttributes attr )
パラメータ
- attr
- 確認する属性を示すAlignmentAttributes値。
戻り値の型
指定した属性が設定されている場合は
true
、それ以外の場合はfalse
。'宣言 Public Function IsSet( _ ByVal attr As AlignmentAttributes _ ) As System.Boolean
public System.bool IsSet( AlignmentAttributes attr )
true
、それ以外の場合はfalse
。