Dela via


AddResult.ResultValid Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether AddResult is valid.

Namespace:  Microsoft.Windows.Design.SourceUpdate
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public ReadOnly Property ResultValid As Boolean
'Usage
Dim instance As AddResult 
Dim value As Boolean 

value = instance.ResultValid
public bool ResultValid { get; }
public:
property bool ResultValid {
    bool get ();
}
public function get ResultValid () : boolean

Property Value

Type: System.Boolean
true when the SourceModifier.Commit method has been called on the SourceModifier returning the AddResult. When ResultValid is true, the GetAddedFragment method is valid to call.

.NET Framework Security

See Also

Reference

AddResult Class

AddResult Members

Microsoft.Windows.Design.SourceUpdate Namespace

Other Resources

WPF Designer Extensibility