DataViewPropertyDescriptor.ComponentType Property
Gets the type of the component the property is bound to.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ComponentType As Type
'Usage
Dim instance As DataViewPropertyDescriptor
Dim value As Type
value = instance.ComponentType
public override Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
Type^ get () override;
}
public override function get ComponentType () : Type
Property Value
Type: System.Type
A Type object containing the type of the component the property is bound to, or typeof(DataViewBrowseObject) if the component type has not been set for this property descriptor and there is no base property descriptor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataViewPropertyDescriptor Class