다음을 통해 공유


CmdletPreviewAttribute Class

Definition

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public class CmdletPreviewAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type CmdletPreviewAttribute = class
    inherit Attribute
Public Class CmdletPreviewAttribute
Inherits Attribute
Inheritance
CmdletPreviewAttribute
Attributes

Constructors

CmdletPreviewAttribute()
CmdletPreviewAttribute(String, String)
CmdletPreviewAttribute(String)

Fields

_message

Properties

EstimatedGaDate
IsEstimatedGaDateSet

Methods

IsApplicableToInvocation(InvocationInfo)
PrintCustomAttributeInfo(Action<String>)

Applies to