La traducción de esta página está obsoleta. Haga clic aquí para ver la última versión en inglés.
Propiedades .NET en MATLAB
Obtener y establecer propiedades de .NET en MATLAB®; funciones especiales de las propiedades de .NET
En estos temas se describe cómo gestionar características especiales de las propiedades .NET en MATLAB.
Funciones
NET.setStaticProperty | Static property or field name |
Temas
- Set Static .NET Properties
This example shows how to set a static property using the
NET.setStaticProperty
function. - Call .NET Properties That Take an Argument
MATLAB represents a property that takes an argument as a method.
- Using .NET Properties
How MATLAB represents .NET properties and maps C# property and field access modifiers.
- MATLAB Does Not Display Protected Properties
The
System.Windows.Media.ContainerVisual
class, available in .NET Framework Version 3.0 and above, has several protected properties.