F#ã§WPFããã¨ãã®Tipsã¨ã(ãã®1)ã®ç¶ç·¨ã§ãã æ·»ä»ããããã£ã®ä½ãæ¹ F#ã§æ·»ä»ããããã£ãä½ãã«ã¯ãæ·»ä»ããããã£ã®æ¬ä½ã¯ããããã£ã§ã¯ãªããã£ã¼ã«ãã«ä¿æããå¿ è¦ãããããã§ãã // ãã¡ãªä¾ type Sample private () = static member SomeValueProperty = DependencyProperty.RegisterAttached("SomeValue", typeof<string>, typeof<Sample>, FrameworkPropertyMetaData("", Sample.OnSomeValueChanged)) static member GetSomeValue(obj: DependencyObject) = obj.GetValue(Sample.SomeValueProperty) :?> s
{{#tags}}- {{label}}
{{/tags}}