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
    Get
Type IReflect.UnderlyingSystemType { get; }
private:
virtual property Type^ UnderlyingSystemType {
    Type^ get () sealed = IReflect::UnderlyingSystemType::get;
}
private abstract UnderlyingSystemType : Type
private override UnderlyingSystemType : Type
JScript does not support explicit interface implementations.

Property Value

Type: System.Type
The underlying type of the current browse object.

Implements

IReflect.UnderlyingSystemType

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace