프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AlternateForm | string | ||
LongForm | string | ||
MaxOccurs | int | ||
SecondLevelHelp | bool | ||
ShortDescription | string | ||
ShortForm | char | ||
VBCStyleBoolean | bool |
메소드 | 설명 | |
---|---|---|
OptionAttribute ( int maxOccurs, string shortDescription ) : System | ||
OptionAttribute ( int maxOccurs, string shortDescription, char shortForm ) : System | ||
OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm ) : System | ||
OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm, string alternateForm ) : System | ||
OptionAttribute ( int maxOccurs, string shortDescription, string longForm ) : System | ||
OptionAttribute ( int maxOccurs, string shortDescription, string longForm, string alternateForm ) : System | ||
OptionAttribute ( string shortDescription ) : System | ||
OptionAttribute ( string shortDescription, char shortForm ) : System | ||
OptionAttribute ( string shortDescription, char shortForm, string longForm ) : System | ||
OptionAttribute ( string shortDescription, char shortForm, string longForm, string alternateForm ) : System | ||
OptionAttribute ( string shortDescription, string longForm ) : System | ||
OptionAttribute ( string shortDescription, string longForm, string alternateForm ) : System |
메소드 | 설명 | |
---|---|---|
SetValues ( string shortDescription, char shortForm, string longForm, string alternateForm, int maxOccurs ) : void |
public OptionAttribute ( int maxOccurs, string shortDescription ) : System | ||
maxOccurs | int | |
shortDescription | string | |
리턴 | System |
public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm ) : System | ||
maxOccurs | int | |
shortDescription | string | |
shortForm | char | |
리턴 | System |
public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm ) : System | ||
maxOccurs | int | |
shortDescription | string | |
shortForm | char | |
longForm | string | |
리턴 | System |
public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm, string alternateForm ) : System | ||
maxOccurs | int | |
shortDescription | string | |
shortForm | char | |
longForm | string | |
alternateForm | string | |
리턴 | System |
public OptionAttribute ( int maxOccurs, string shortDescription, string longForm ) : System | ||
maxOccurs | int | |
shortDescription | string | |
longForm | string | |
리턴 | System |
public OptionAttribute ( int maxOccurs, string shortDescription, string longForm, string alternateForm ) : System | ||
maxOccurs | int | |
shortDescription | string | |
longForm | string | |
alternateForm | string | |
리턴 | System |
public OptionAttribute ( string shortDescription ) : System | ||
shortDescription | string | |
리턴 | System |
public OptionAttribute ( string shortDescription, char shortForm ) : System | ||
shortDescription | string | |
shortForm | char | |
리턴 | System |
public OptionAttribute ( string shortDescription, char shortForm, string longForm ) : System | ||
shortDescription | string | |
shortForm | char | |
longForm | string | |
리턴 | System |
public OptionAttribute ( string shortDescription, char shortForm, string longForm, string alternateForm ) : System | ||
shortDescription | string | |
shortForm | char | |
longForm | string | |
alternateForm | string | |
리턴 | System |
public OptionAttribute ( string shortDescription, string longForm ) : System | ||
shortDescription | string | |
longForm | string | |
리턴 | System |
public OptionAttribute ( string shortDescription, string longForm, string alternateForm ) : System | ||
shortDescription | string | |
longForm | string | |
alternateForm | string | |
리턴 | System |