DataViewBrowseObject.IReflect.UnderlyingSystemType Property

Gets the underlying type of the current browse object.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Private ReadOnly Property UnderlyingSystemType As Type
    Implements IReflect.UnderlyingSystemType
'使用
Dim instance As DataViewBrowseObject
Dim value As Type

value = CType(instance, IReflect).UnderlyingSystemType
Type IReflect.UnderlyingSystemType { get; }
private:
virtual property Type^ UnderlyingSystemType {
    Type^ get () sealed = IReflect::UnderlyingSystemType::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Type

The underlying type of the current browse object.

Implements

IReflect.UnderlyingSystemType

Permissions

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace