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


WebTestKindEnumTypeConverter Class

Definition

The kind of web test this is, valid choices are ping, multistep, and standard.

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

Constructors

WebTestKindEnumTypeConverter()

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