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
‘선언
Public Overrides ReadOnly Property ComponentType As Type
Get
public override Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
Type^ get () override;
}
abstract ComponentType : Type
override ComponentType : Type
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.