Proprietà ModelProperty.AttachedOwnerType
Se sottoposto override in una classe derivata, ottiene il tipo che definisce questa proprietà.
Spazio dei nomi: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property AttachedOwnerType As Type
Get
public abstract Type AttachedOwnerType { get; }
public:
virtual property Type^ AttachedOwnerType {
Type^ get () abstract;
}
abstract AttachedOwnerType : Type
abstract function get AttachedOwnerType () : Type
Valore proprietà
Tipo: System.Type
Oggetto Type che definisce questa proprietà se la proprietà IsAttached restituisce true.In caso contrario, restituisce nullriferimento null (Nothing in Visual Basic).
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Model