<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shimonss</author_name>
  <author_url>https://blog.hatena.ne.jp/shimonss/</author_url>
  <blog_title>思考停止するな</blog_title>
  <blog_url>https://shimonss.hatenablog.com/</blog_url>
  <categories>
    <anon>VB .NET</anon>
  </categories>
  <description>どうも。VB初心者です。 最近VBの話の中でEnumっていうのが出てきたので調べてみました。 Enumとは 列挙体。列挙体を用いると関連のある一連の数値定数をひとまとめに扱うことができる。 変更する必要がない整数値をグループ化する時に使う。 Enumの値は整数値に限られる。 値を指定しない場合は、先頭が0となり、以降順に+1した値になる。 「=数値」で任意の値を設定することができる。 以下のようにして定義する。 Public Enum Washoku SUSHI ANKO UDON SOBA = 10 End Enum 上記は以下のような値になる。 SUSHI → 0 ANKO → 1 UDO…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshimonss.hatenablog.com%2Fentry%2F2017%2F06%2F05%2F222651&quot; title=&quot;VBのEnumについて - 思考停止するな&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-06-05 22:26:51</published>
  <title>VBのEnumについて</title>
  <type>rich</type>
  <url>https://shimonss.hatenablog.com/entry/2017/06/05/222651</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
