Udostępnij za pośrednictwem


ParentAdapter.AdapterType Property

Gets the type of adapter this class represents.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property AdapterType As Type
'Usage
Dim instance As ParentAdapter 
Dim value As Type 

value = instance.AdapterType
public override Type AdapterType { get; }
public:
virtual property Type^ AdapterType {
    Type^ get () override;
}
public override function get AdapterType () : Type

Property Value

Type: System.Type
A Type representing the class type of parent adapter.

Remarks

The default implementation of the AdapterType property returns ParentAdapter.

.NET Framework Security

See Also

Reference

ParentAdapter Class

ParentAdapter Members

Microsoft.Windows.Design.Interaction Namespace

ModelParent

ModelItem

Other Resources

WPF Designer Extensibility