Udostępnij za pośrednictwem


IdentityWrapper<T>.Value Property

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

Gets the value for descendants.

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

Syntax

'Declaration
Protected ReadOnly Property Value As T
'Usage
Dim value As T

value = Me.Value
protected T Value { get; }
protected:
property T Value {
    T get ();
}
protected function get Value () : T

Property Value

Type: T

.NET Framework Security

See Also

Reference

IdentityWrapper<T> Class

IdentityWrapper<T> Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility