| Visual Basic (Declaration) | |
|---|---|
Public Property type As layoutComponentType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DescribeLayoutComponent Dim value As layoutComponentType instance.type = value value = instance.type | |
| C# | |
|---|---|
public layoutComponentType type {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property layoutComponentType get_type(); public: __property void set_type( layoutComponentType value ); | |
| C++/CLI | |
|---|---|
public: property layoutComponentType type { layoutComponentType get(); void set ( layoutComponentType value); } | |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family