ArgumentAttribute Třída

Definice

Označuje argument příkazového řádku. Argumenty se předávají jako poziční parametry z příkazového řádku.

public ref class ArgumentAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public class ArgumentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type ArgumentAttribute = class
    inherit Attribute
Public Class ArgumentAttribute
Inherits Attribute
Dědičnost
ArgumentAttribute
Atributy

Konstruktory

ArgumentAttribute()

Označuje argument příkazového řádku. Argumenty se předávají jako poziční parametry z příkazového řádku.

Vlastnosti

Description

Řetězec nápovědy zobrazený pro argument.

Platí pro