更新 : 2007 年 11 月
プロパティ ウィンドウにプロパティ値と共に表示され、プロパティ値に関する情報を含むコントロールです。
名前空間 : Microsoft.Windows.Design.PropertyEditing
アセンブリ : Microsoft.Windows.Design (Microsoft.Windows.Design.dll 内)
構文
'宣言
Public Class PropertyMarker _
Inherits Control
'使用
Dim instance As PropertyMarker
public class PropertyMarker : Control
public ref class PropertyMarker : public Control
public class PropertyMarker extends Control
解説
プロパティ マーカーの例としては、プロパティの値のソースを示すコントロールがあります。このようなプロパティ マーカーは、プロパティ ウィンドウでプロパティの横の小さなアイコンとして表示されます。プロパティ マーカーではプロパティ値のソースを示す色を使用できます。たとえば、データ ソースの場合は赤、リソース ファイルの場合は黄色で表示できます。
プロパティ マーカーをサポートしないホストでは、コントロールにより Collapsed が表示されます。
継承階層
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
Microsoft.Windows.Design.PropertyEditing.PropertyMarker
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
参照
参照
Microsoft.Windows.Design.PropertyEditing 名前空間