BitmapTypedValue.Type プロパティ

定義

格納されている値の PropertyType を取得します。

public:
 property PropertyType Type { PropertyType get(); };
PropertyType Type();
public PropertyType Type { get; }
var propertyType = bitmapTypedValue.type;
Public ReadOnly Property Type As PropertyType

プロパティ値

格納されている値の PropertyType

適用対象