Miner.Interop Namespace > MMDesignerAddUtilityClass Class : WorkFunctionCount Method |
'Declaration
Public Overridable Function WorkFunctionCount( _ ByVal pList As ID8List, _ ByVal eWorkfunction As mmd8WorkFunction, _ ByRef bMatching As System.Boolean, _ ByRef bRecurse As System.Boolean _ ) As System.Integer
'Usage
Dim instance As MMDesignerAddUtilityClass Dim pList As ID8List Dim eWorkfunction As mmd8WorkFunction Dim bMatching As System.Boolean Dim bRecurse As System.Boolean Dim value As System.Integer value = instance.WorkFunctionCount(pList, eWorkfunction, bMatching, bRecurse)
public virtual System.int WorkFunctionCount( ID8List pList, mmd8WorkFunction eWorkfunction, ref System.bool bMatching, ref System.bool bRecurse )
public function WorkFunctionCount( pList: ID8List; eWorkfunction: mmd8WorkFunction; var bMatching: System.Boolean; var bRecurse: System.Boolean ): System.Integer; virtual;
public function WorkFunctionCount( pList : ID8List, eWorkfunction : mmd8WorkFunction, bMatching : System.boolean, bRecurse : System.boolean ) : System.int;
public: virtual System.int WorkFunctionCount( ID8List* pList, mmd8WorkFunction eWorkfunction, ref System.bool bMatching, ref System.bool bRecurse )
public: virtual System.int WorkFunctionCount( ID8List^ pList, mmd8WorkFunction eWorkfunction, System.bool% bMatching, System.bool% bRecurse )
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