Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
QAMessage プロパティ型列挙体。C# の型に自然に対応します。
Public Enum PropertyType
public enum PropertyType
プロパティ型が boolean であることを示します。
プロパティ型が signed byte であることを示します。
プロパティ型が double であることを示します。
プロパティ型が float であることを示します。
プロパティ型が int であることを示します。
プロパティ型が long であることを示します。
プロパティ型が short であることを示します。
プロパティ型が string であることを示します。
プロパティ型が不定であることを示します。通常はプロパティを認識できないことが原因です。