Megosztás a következőn keresztül:


PivotTypeTypeConverter Class

Definition

Data type to show in view.

public class PivotTypeTypeConverter : System.Management.Automation.PSTypeConverter
type PivotTypeTypeConverter = class
    inherit PSTypeConverter
Public Class PivotTypeTypeConverter
Inherits PSTypeConverter
Inheritance
PivotTypeTypeConverter

Constructors

PivotTypeTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to