InfoPartGroup.showWhenPartSize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
showWhenPartSize() | |
showWhenPartSize(Int32) |
showWhenPartSize()
public:
virtual int showWhenPartSize();
public virtual int showWhenPartSize ();
abstract member showWhenPartSize : unit -> int
override this.showWhenPartSize : unit -> int
Public Overridable Function showWhenPartSize () As Integer
Returns
Applies to
showWhenPartSize(Int32)
public:
virtual int showWhenPartSize(int _value);
public virtual int showWhenPartSize (int _value);
abstract member showWhenPartSize : int -> int
override this.showWhenPartSize : int -> int
Public Overridable Function showWhenPartSize (_value As Integer) As Integer
Parameters
- _value
- Int32