VBFixedStringAttribute(Int32) コンストラクター

定義

SizeConst フィールドの値を初期化します。

public:
 VBFixedStringAttribute(int Length);
public VBFixedStringAttribute(int Length);
new Microsoft.VisualBasic.VBFixedStringAttribute : int -> Microsoft.VisualBasic.VBFixedStringAttribute
Public Sub New (Length As Integer)

パラメーター

Length
Int32

固定文字列の長さ。

注釈

コンストラクターは、 VBFixedStringAttribute 属性が文字列に適用されるときに実行されます。

適用対象

こちらもご覧ください