FrameworkElement.ShouldSerializeResources メソッド
定義
public:
bool ShouldSerializeResources();
public bool ShouldSerializeResources ();
member this.ShouldSerializeResources : unit -> bool
Public Function ShouldSerializeResources () As Boolean
戻り値
true
プロパティ値をシリアル化する必要がある場合は Resources。それ以外の場合は false
。true
if the Resources property value should be serialized; otherwise, false
.
注釈
これにより true
、ローカルに少なくとも1つのキー付きリソースがある限り、が返され Resources ます。This will return true
as long as there is at least one keyed resource in the local Resources.