Visual Basic (Declaration) | |
---|---|
<ComVisibleAttribute(False)> Public Property Capacity As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CodeFileCollection Dim value As Integer instance.Capacity = value value = instance.Capacity |
C# | |
---|---|
[ComVisible(false)] public int Capacity {get; set;} |
C++/CLI | |
---|---|
[ComVisible(false)] public: property int Capacity { int get(); void set ( int value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2